[gtksourceview] snippets: fix debug code within #if 0



commit 950dbec19d28e9bdc462cc2a4024f3b3cbc6eb6a
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 22 15:30:33 2022 -0700

    snippets: fix debug code within #if 0

 gtksourceview/gtksourcesnippetbundle-parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtksourceview/gtksourcesnippetbundle-parser.c b/gtksourceview/gtksourcesnippetbundle-parser.c
index 3f7f6f07..69ddb06d 100644
--- a/gtksourceview/gtksourcesnippetbundle-parser.c
+++ b/gtksourceview/gtksourcesnippetbundle-parser.c
@@ -265,7 +265,7 @@ parse_dollar:
        }
 
 #if 0
-       g_printerr ("Parse Variable: N=%d  inner=\"%s\"\n", n, inner);
+       g_printerr ("Parse Variable: N=%ld  inner=\"%s\"\n", n, inner);
        g_printerr ("  Left over: \"%s\"\n", line);
 #endif
 


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