Minor fix in response to Koji Iigura's mail. Own error, sorry about that (I tend to forget not all OS are utf-8 yet :/ ).

This commit is contained in:
Bastien Montagne
2012-04-26 11:23:37 +00:00
parent 2118d3c19c
commit f92fcbd413

View File

@@ -898,7 +898,7 @@ typedef struct WeightVGEditModifierData {
typedef struct WeightVGMixModifierData {
ModifierData modifier;
/* XXX Note: I tried to keep everything logically ordered provided the
/* XXX Note: I tried to keep everything logically ordered - provided the
* alignment constraints... */
char defgrp_name_a[64]; /* Name of vertex group to modify/weight. MAX_VGROUP_NAME. */