more formatting changes.

This commit is contained in:
Christopher Faylor 2001-01-10 15:22:40 +00:00
parent d9d921952c
commit 7adad1217b

@ -155,7 +155,7 @@ translate (char *key)
break; break;
case 'x': case 'x':
if (!isxdigit (s[1])) if (!isxdigit (s[1]))
c = 0; c = '0';
else else
{ {
c = tohex (*++s); c = tohex (*++s);
@ -401,9 +401,11 @@ cmd_set ()
n + 1); n + 1);
break; break;
case KT_AUTO: case KT_AUTO:
default:
rv = ERROR_SUCCESS; rv = ERROR_SUCCESS;
break; break;
default:
rv = ERROR_INVALID_CATEGORY;
break;
} }
if (rv != ERROR_SUCCESS) if (rv != ERROR_SUCCESS)