summaryrefslogtreecommitdiffstats
path: root/smenu.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-05-24 11:13:45 +0200
committerpgen <p.gen.progs@gmail.com>2021-05-24 11:13:45 +0200
commit44f81e988f9d05fc67bf0b9ece3a7af78e4768f1 (patch)
tree25dee17bf9a103d6849573b78b14848c90d9c967 /smenu.c
parenta2b96ef1031cb8990c2cd920a4f1c5305f10fff6 (diff)
Do not use 0 instead of NULL
Diffstat (limited to 'smenu.c')
-rw-r--r--smenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.c b/smenu.c
index 641a252..57a2f0b 100644
--- a/smenu.c
+++ b/smenu.c
@@ -1477,7 +1477,7 @@ read:
break;
s += got;
- } while (strchr(buf, 'R') == 0);
+ } while (strchr(buf, 'R') == NULL);
/* Parse it. */
/* """"""""" */