From: fredrik Date: Mon, 7 May 2007 00:54:24 +0000 (+0000) Subject: Fix missing `break'. X-Git-Tag: 0.4~61 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=ee20b80b51ad8e94b37a5911a3aa9c378c5879fc Fix missing `break'. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1009 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/config/dolconf.c b/config/dolconf.c index f18a686..72ee730 100644 --- a/config/dolconf.c +++ b/config/dolconf.c @@ -731,6 +731,7 @@ int main(int argc, char **argv) break; case 'w': state = 0; + break; case 'h': default: fprintf((c == 'h')?stdout:stderr, "usage: dolconf [-haw]\n");