summaryrefslogtreecommitdiff
path: root/gobject-introspection/gen-introspect.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobject-introspection/gen-introspect.c')
-rw-r--r--gobject-introspection/gen-introspect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection/gen-introspect.c b/gobject-introspection/gen-introspect.c
index c25c61c0a..22b12a23c 100644
--- a/gobject-introspection/gen-introspect.c
+++ b/gobject-introspection/gen-introspect.c
@@ -66,7 +66,7 @@ GIGenerator *g_igenerator_new (void)
static void g_igenerator_write_inline (GIGenerator *igenerator, const char *s)
{
- fprintf (stdout, s);
+ fprintf (stdout, "%s", s);
}
static void g_igenerator_write (GIGenerator *igenerator, const char *s)