(comtch): Fix the previous rev.

This commit is contained in:
Markus Armbruster 2004-12-16 18:12:21 +00:00
parent d9f0f475da
commit b6042b3b1f

View file

@ -83,6 +83,7 @@ comtch(register s_char *command, struct cmndstr *coms, int comstat,
if (status >= 0)
return M_NOTUNIQUE;
status = com - coms;
break;
case ME_EXACT:
return com - coms;
}