summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xlogo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlogo.c b/xlogo.c
index 452c2ab..9e9227e 100644
--- a/xlogo.c
+++ b/xlogo.c
@@ -150,7 +150,7 @@ Syntax(Widget toplevel)
SmcCloseConnection(connection, n, reasons);
else {
for (i=0; i < n; i++)
- printf(reasons[i]);
+ printf("%s", reasons[i]);
}
exit(EXIT_FAILURE);
}