Add notreached comments

This commit is contained in:
Erik Ekman 2007-12-01 19:46:22 +00:00 committed by Erik Ekman
parent 86a9f52f36
commit 2df8875fcb

View File

@ -637,12 +637,14 @@ main(int argc, char **argv)
switch(choice) { switch(choice) {
case 'v': case 'v':
version(); version();
/* NOTREACHED */
break; break;
case 'f': case 'f':
foreground = 1; foreground = 1;
break; break;
case 'h': case 'h':
help(); help();
/* NOTREACHED */
break; break;
case 'u': case 'u':
username = optarg; username = optarg;