- compile fix for building without curses

This commit is contained in:
Adam Olsen 2001-09-21 17:28:35 +00:00
parent 49a85718f8
commit 8c89f65a98

View file

@ -95,7 +95,6 @@ static const byte attr_map[256] = {
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
};
#endif
static void
@ -105,6 +104,7 @@ C_ExecLine (const char *line)
line++;
Cbuf_AddText (line);
}
#endif
static void