aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-repeat.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-04-09 10:16:50 +0200
committerMattias Andrée <maandree@kth.se>2017-04-09 10:52:20 +0200
commit80d76b61b0e2b1224f8b0417658285b90934880e (patch)
tree52e0a47c6d44616d3a07a3fd81730e3ff8d28338 /src/blind-repeat.c
parentblind-translate.1: document memory requirement (diff)
downloadblind-80d76b61b0e2b1224f8b0417658285b90934880e.tar.gz
blind-80d76b61b0e2b1224f8b0417658285b90934880e.tar.bz2
blind-80d76b61b0e2b1224f8b0417658285b90934880e.tar.xz
blind-next-frame: add -f flag: read multiple frames
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/blind-repeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-repeat.c b/src/blind-repeat.c
index 82c924f..29089c6 100644
--- a/src/blind-repeat.c
+++ b/src/blind-repeat.c
@@ -98,7 +98,7 @@ main(int argc, char *argv[])
size_t count = 0;
int inf = 0;
- ENOFLAGS(argc != 2);
+ UNOFLAGS(argc != 2);
if (!strcmp(argv[0], "inf"))
inf = 1;