diff options
Diffstat (limited to 'bin/test/test.c')
-rw-r--r-- | bin/test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test/test.c b/bin/test/test.c index 48b718e..b500067 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -465,7 +465,7 @@ t_lex(char *s) { int num; - if (s == 0) { + if (s == NULL) { return EOI; } num = find_op(s); |