summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index 836bd256..33551989 100644
--- a/mutt.h
+++ b/mutt.h
@@ -724,7 +724,7 @@ typedef struct
{
wchar_t *wbuf;
size_t wbuflen;
- size_t wbufn;
+ size_t lastchar;
size_t curpos;
size_t begin;
} ENTER_STATE;