diff options
Diffstat (limited to 'libcpp/makedepend.c')
-rw-r--r-- | libcpp/makedepend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/makedepend.c b/libcpp/makedepend.c index 428ec297..f28f969 100644 --- a/libcpp/makedepend.c +++ b/libcpp/makedepend.c @@ -119,7 +119,7 @@ parse_options (int argc, char **argv) usage (2); } return optind; - + default: abort (); } |