Silence couple warnings of possibly uninitialized vars

This commit is contained in:
Pasi Kallinen
2021-06-16 22:08:04 +03:00
parent 769bce1199
commit 26fa915cf3

View File

@@ -3429,8 +3429,8 @@ ch2spkeys(char c, int start, int end)
void
rhack(char *cmd)
{
int spkey;
boolean prefix_seen, bad_command,
int spkey = NHKF_ESC;
boolean prefix_seen = FALSE, bad_command,
firsttime = (cmd == 0);
struct _cmd_queue *cmdq = NULL;
const struct ext_func_tab *cmdq_ec = NULL;