summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-05 20:25:40 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-05 20:25:40 +0000
commit04a38530367ac964b340b402d7672aea415c32d0 (patch)
tree6b01ce4a4eee4786b96a26c3b067d565e9d937ca /curs_lib.c
parent7d17a26a61d921b3cd788da01101dbcf4fecbe92 (diff)
Make exec grok >= 1 parameters; fix double ops problem in
index_menu().
Diffstat (limited to 'curs_lib.c')
-rw-r--r--curs_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curs_lib.c b/curs_lib.c
index cc07bcc1..fe153398 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -48,7 +48,7 @@ void mutt_refresh (void)
event_t mutt_getch (void)
{
int ch;
- event_t err = {-1,0}, ret;
+ event_t err = {-1, OP_NULL }, ret;
if (UngetCount)
return (KeyEvent[--UngetCount]);