diff options
Diffstat (limited to 'gcc/java/jv-scan.c')
-rw-r--r-- | gcc/java/jv-scan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c index 21970d7..0e07f42 100644 --- a/gcc/java/jv-scan.c +++ b/gcc/java/jv-scan.c @@ -99,8 +99,7 @@ DEFUN (main, (argc, argv), /* Check on bad usage */ if (flag_find_main && flag_dump_class) - fatal ("Options `--print-main' and `--list-class' can't be turned on " - "at the same time"); + fatal ("Options `--print-main' and `--list-class' can't be turned on at the same time"); if (output_file && !(out = fopen (output_file, "w"))) fatal ("Can't open output file `%s'", output_file); |