From 29b22d071d9da545f5ef146c7b84324161df0298 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:45:11 +0000 Subject: [PATCH] lilypond-1.3.22 --- flower/getopt-long.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/flower/getopt-long.cc b/flower/getopt-long.cc index f78e18a8c7..3f34b5b455 100644 --- a/flower/getopt-long.cc +++ b/flower/getopt-long.cc @@ -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); } -- 2.39.5