Fix #109350, aplied patch from Peter N. Lundblad.

Original commit message from CVS:
Fix #109350, aplied patch from Peter N. Lundblad.
This commit is contained in:
Wim Taymans 2003-04-04 19:12:58 +00:00
parent 480dfe3198
commit 5506241cf3

View file

@ -35,7 +35,7 @@ G_STMT_START{ \
#define PUT_STRING(pfx, str, a...) \
G_STMT_START{ \
g_print ("%*.*s"str"\n", pfx, pfx, "", ##a); \
g_print ("%*.*s"str"\n", pfx, pfx, "" , ##a); \
}G_STMT_END
#endif