]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.22
authorfred <fred>
Tue, 26 Mar 2002 22:45:11 +0000 (22:45 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:45:11 +0000 (22:45 +0000)
flower/getopt-long.cc

index f78e18a8c783c08f871f3191808ea4348641fc00..3f34b5b455232568c0db44b710509e5044b5fe59 100644 (file)
@@ -157,6 +157,7 @@ Getopt_long::report (Errorcod c)
     case E_ILLEGALARG:
       str += _f ("invalid argument `%s' to option `%s'",
         optional_argument_ch_C_, found_option_l_->str ());
+      break;
     default:
       assert (false);
     }