Squelch a compiler warning.

svn path=/trunk/; revision=19938
This commit is contained in:
Guy Harris 2006-11-21 00:00:26 +00:00
parent 32304503e0
commit 9e747bd46b
1 changed files with 3 additions and 0 deletions

View File

@ -981,6 +981,9 @@ main(int argc, char *argv[])
case 'o': /* Override preference from command line */
switch (prefs_set_pref(optarg)) {
case PREFS_SET_OK:
break;
case PREFS_SET_SYNTAX_ERR:
cmdarg_err("Invalid -o flag \"%s\"", optarg);
exit(1);