summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index a439214..4c2397f 100644
--- a/sh.c
+++ b/sh.c
@@ -302,7 +302,7 @@ _gettoken(char *s, char **p1, char **p2)
if(s == 0) {
if(debug > 1)
- printf(2, "GETTOKEN NULL\n");
+ printf(2, "GETTOKEN 0\n");
return 0;
}