Fix warnings
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Jun 2012 17:04:20 +0000 (13:04 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Jun 2012 18:06:04 +0000 (14:06 -0400)
src/indic.cc

index e00311d..3b44076 100644 (file)
@@ -41,6 +41,6 @@ main (void)
 
     hb_codepoint_t a, b;
     if (!hb_unicode_decompose (funcs, u, &a, &b))
-      printf ("U+%04X\n", u);
+      printf ("U+%04X %x %x\n", u, category, position);
   }
 }