fix some merge fallout from 3.6.2 curses changes

This commit is contained in:
nhmall
2019-02-08 19:54:09 -05:00
parent 988a6e8c6b
commit a3527e7eab
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ curses_prev_mesg()
wid = curses_get_wid(NHW_MENU);
curses_create_nhmenu(wid);
Id = zeroany;
Id = cg.zeroany;
for (count = 0; count < num_messages; count++) {
mesg = get_msg_line(TRUE, count);