aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/afl-showmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index f1926b05..de25e427 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -789,7 +789,7 @@ int main(int argc, char **argv_orig, char **envp) {
if (getenv("AFL_DEBUG")) {
SAYF(cMGN "[D]" cRST);
- for (int i = 0; i < argc; i++)
+ for (i = 0; i < argc; i++)
SAYF(" %s", argv[i]);
SAYF("\n");