Minor
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 21 Dec 2012 21:48:51 +0000 (16:48 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 21 Dec 2012 21:48:51 +0000 (16:48 -0500)
src/hb-buffer.cc

index 0a5600b..4b644e4 100644 (file)
@@ -1071,8 +1071,8 @@ hb_buffer_normalize_glyphs (hb_buffer_t *buffer)
  */
 
 static const char *serialize_formats[] = {
-  "TEXT",
-  "JSON",
+  "text",
+  "json",
   NULL
 };