Skip to content
Snippets Groups Projects
Commit 89ebd895 authored by rsc's avatar rsc
Browse files

what is NULL?

parent 42d5d65b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment