[pango/ligature-caret-rtl-fixes] fixup



commit 0e6c0c6c14ba563b6c735d4e2da0167fba4c1bf6
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 27 10:52:03 2021 -0400

    fixup

 tests/test-shape.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/test-shape.c b/tests/test-shape.c
index 279c1c18..ac4b3e28 100644
--- a/tests/test-shape.c
+++ b/tests/test-shape.c
@@ -354,7 +354,8 @@ main (int argc, char *argv[])
   gchar *path;
   GOptionContext *option_context;
   GOptionEntry entries[] = {
-    { "hex-chars", '0', 0, G_OPTION_ARG_NONE, &opt_hex_chars, "Print all chars in hex", NULL }
+    { "hex-chars", '0', 0, G_OPTION_ARG_NONE, &opt_hex_chars, "Print all chars in hex", NULL },
+    { NULL, 0 },
   };
 
   option_context = g_option_context_new ("");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]