summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt.c b/nt.c
index bc00216..bbe4403 100644
--- a/nt.c
+++ b/nt.c
@@ -44,5 +44,5 @@ main(const int argc, const char* argv[])
if (1 > times)
return 1;
const char* str = concat(argc - 2, &argv[2]);
- return repeat(times, str);
+ return !repeat(times, str);
}