aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 336fb10..06871a0 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The `cppawk` `man` page has the invocation and usage details.
For instance, if we define a file called `awkloop.h` which has these contents
:::c
- #define awkloop(file) for (; getline < file || (close(file) && 0); )
+ #define awkloop(file) for (; getline < file > 0 || (close(file) && 0); )
#define nextrec continue
#define rule(cond) if (cond)