Fix the dash-n.patch

This commit is contained in:
Petr Machata 2012-05-03 20:31:06 +02:00
parent e06544fab7
commit c2f892ec59

View File

@ -4,7 +4,7 @@ index d5edc1a..8dce7f8 100644
+++ b/options.c
@@ -494,9 +494,19 @@ process_options(int argc, char **argv)
case 'L':
options.libcalls = 0;
libcalls = 0;
break;
- case 'n':
- options.indent = atoi(optarg);