Oops, fixed compile error.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 8 Jul 2011 11:29:05 +0000 (13:29 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 8 Jul 2011 11:29:05 +0000 (13:29 +0200)
main.c

diff --git a/main.c b/main.c
index d27edf0..76e443a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1065,7 +1065,7 @@ int main(int argc, char **argv)
                                        firm_fp_model = fp_model_precise;
                                } else if (strstart(orig_opt, "fp-strict")) {
                                        firm_fp_model = fp_model_strict;
-                               } else if (streq(opt, "help")) {
+                               } else if (strstart(orig_opt, "help")) {
                                        fprintf(stderr, "warning: -fhelp is deprecated\n");
                                        help |= HELP_OPTIMIZATION;
                                } else {