summaryrefslogtreecommitdiff
path: root/honggfuzz.c
diff options
context:
space:
mode:
authorrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-03-12 01:32:26 +0000
committerrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-03-12 01:32:26 +0000
commit1111d131f1d61ef496b0b344a8ea89531249f156 (patch)
tree252bf13262e9efe3b9d7d930ca09a443ed643a23 /honggfuzz.c
parentdbcc7a3c0bbaf2def07cfb51be76737319eb7fcf (diff)
downloadhonggfuzz-1111d131f1d61ef496b0b344a8ea89531249f156.tar.gz
Correct support for timers in linux/*
Diffstat (limited to 'honggfuzz.c')
-rw-r--r--honggfuzz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/honggfuzz.c b/honggfuzz.c
index 84a89114..de1dc219 100644
--- a/honggfuzz.c
+++ b/honggfuzz.c
@@ -215,6 +215,7 @@ int main(int argc, char **argv)
usage(EXIT_FAILURE);
break;
}
+ break;
case 't':
hfuzz.tmOut = atol(optarg);
break;