Remove comma at the end of enum
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 4 Jun 2012 12:28:19 +0000 (08:28 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 4 Jun 2012 12:28:19 +0000 (08:28 -0400)
As reported by Jonathan Kew on the list.

src/hb-ot-shape-complex-indic.cc

index 0c5479e..53ce263 100644 (file)
@@ -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 */