diff options
author | rsc <rsc> | 2006-09-06 18:21:54 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-09-06 18:21:54 +0000 |
commit | 89ebd895b8d1efe2d562971e6cdcb6571982b5b1 (patch) | |
tree | ae282e3c308391edefaa4800a5fb9c0e60477300 /sh.c | |
parent | 42d5d65b9ab683ba7ea7e84129a8e86728081b62 (diff) | |
download | xv6-labs-89ebd895b8d1efe2d562971e6cdcb6571982b5b1.tar.gz xv6-labs-89ebd895b8d1efe2d562971e6cdcb6571982b5b1.tar.bz2 xv6-labs-89ebd895b8d1efe2d562971e6cdcb6571982b5b1.zip |
what is NULL?
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |