summaryrefslogtreecommitdiffstats
path: root/extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra.h')
-rw-r--r--extra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra.h b/extra.h
index 990d2e0..623cdcb 100644
--- a/extra.h
+++ b/extra.h
@@ -120,7 +120,7 @@ static void _rt_load_params_itrl(int argc, char **argv) {
120 _rt_will_output = atoi(argv[7]); 120 _rt_will_output = atoi(argv[7]);
121 char *pairId; 121 char *pairId;
122 int end; 122 int end;
123 if (argc > 8) { 123 if (argc > 7) {
124 pairId = argv[8]; 124 pairId = argv[8];
125 end = 9; 125 end = 9;
126 } else { 126 } else {