summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-12 18:26:15 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-12 18:26:15 -0500
commit42dfc21b2dfdc11a9ab1bc51cfba50156733acdc (patch)
tree101f782bd51b938ec93241fd0601f26c45d7078e
parentdaed57c30ee7e6e152578902090352028cf776e9 (diff)
downloadgtk+-42dfc21b2dfdc11a9ab1bc51cfba50156733acdc.tar.gz
ngl: Fix up some debug printouts
-rw-r--r--gsk/ngl/gsknglcommandqueue.c2
1 files changed, 1 insertions, 1 deletions
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));