aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2019-08-24 12:41:41 +0100
committersin <sin@2f30.org>2019-08-24 12:41:41 +0100
commit5d920bf5850b8f117760d0e97a5531891b3227bd (patch)
treec04402f1fa738338065195f384c9b8f49f9015ed
parent3655cafcf4641e99d3098a148f453bc61f1426bd (diff)
downloadnoice-5d920bf5850b8f117760d0e97a5531891b3227bd.tar.gz
Style fix
-rw-r--r--nopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nopen.c b/nopen.c
index ba96863..96cc2ab 100644
--- a/nopen.c
+++ b/nopen.c
@@ -91,7 +91,7 @@ main(int argc, char *argv[])
r = 0;
parserules();
- for (; *argv != NULL; argv++) {
+ for (; argv[0] != NULL; argv++) {
struct rule *rule;
if ((rule = matchrule(argv[0])) == NULL)
Un proyecto texto-plano.xyz