[gtk/ngl-textview-cursor: 1/2] ngl: Fix up some debug printouts




commit 42dfc21b2dfdc11a9ab1bc51cfba50156733acdc
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 12 18:26:15 2021 -0500

    ngl: Fix up some debug printouts

 gsk/ngl/gsknglcommandqueue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/ngl/gsknglcommandqueue.c b/gsk/ngl/gsknglcommandqueue.c
index d955f49bc3..aff201cb4a 100644
--- a/gsk/ngl/gsknglcommandqueue.c
+++ b/gsk/ngl/gsknglcommandqueue.c
@@ -143,7 +143,7 @@ G_GNUC_UNUSED static inline void
 gsk_ngl_command_queue_print_batch (GskNglCommandQueue       *self,
                                    const GskNglCommandBatch *batch)
 {
-  static const char *command_kinds[] = { "Clear", NULL, NULL, "Draw", };
+  static const char *command_kinds[] = { "Clear", "Draw", };
   guint framebuffer_id;
 
   g_assert (GSK_IS_NGL_COMMAND_QUEUE (self));


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