Remove comma at the end of enum

As reported by Jonathan Kew on the list.
pull/1/head
Behdad Esfahbod 13 years ago
parent 3b8fd9c48f
commit 9fc7a11469
  1. 2
      src/hb-ot-shape-complex-indic.cc

@ -617,7 +617,7 @@ final_reordering_syllable (hb_buffer_t *buffer, hb_mask_t *mask_array,
REPH_BEFORE_SUBSCRIPT,
REPH_AFTER_SUBSCRIPT,
REPH_BEFORE_POSTSCRIPT,
REPH_AFTER_POSTSCRIPT,
REPH_AFTER_POSTSCRIPT
} reph_pos;
/* XXX Figure out old behavior too */

Loading…
Cancel
Save