Remove comma at the end of enum
As reported by Jonathan Kew on the list.
This commit is contained in:
parent
3b8fd9c48f
commit
9fc7a11469
|
@ -617,7 +617,7 @@ final_reordering_syllable (hb_buffer_t *buffer, hb_mask_t *mask_array,
|
||||||
REPH_BEFORE_SUBSCRIPT,
|
REPH_BEFORE_SUBSCRIPT,
|
||||||
REPH_AFTER_SUBSCRIPT,
|
REPH_AFTER_SUBSCRIPT,
|
||||||
REPH_BEFORE_POSTSCRIPT,
|
REPH_BEFORE_POSTSCRIPT,
|
||||||
REPH_AFTER_POSTSCRIPT,
|
REPH_AFTER_POSTSCRIPT
|
||||||
} reph_pos;
|
} reph_pos;
|
||||||
|
|
||||||
/* XXX Figure out old behavior too */
|
/* XXX Figure out old behavior too */
|
||||||
|
|
Loading…
Reference in New Issue