fix typo in enum
This commit is contained in:
parent
48ad5f6ccd
commit
925e4c5979
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ typedef enum {
|
|||
RR_JUSTIFY_LEFT,
|
||||
RR_JUSTIFY_CENTER,
|
||||
RR_JUSTIFY_RIGHT,
|
||||
RR_JUSITFY_NUM_TYPES
|
||||
RR_JUSTIFY_NUM_TYPES
|
||||
} RrJustify;
|
||||
|
||||
/* Put middle first so it's the default */
|
||||
|
|
Loading…
Reference in a new issue