aboutsummaryrefslogtreecommitdiffstats
path: root/nopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'nopen.c')
-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