what is NULL?
This commit is contained in:
parent
42d5d65b9a
commit
89ebd895b8
1 changed files with 1 additions and 1 deletions
2
sh.c
2
sh.c
|
@ -302,7 +302,7 @@ _gettoken(char *s, char **p1, char **p2)
|
||||||
|
|
||||||
if(s == 0) {
|
if(s == 0) {
|
||||||
if(debug > 1)
|
if(debug > 1)
|
||||||
printf(2, "GETTOKEN NULL\n");
|
printf(2, "GETTOKEN 0\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue