summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-09 09:08:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-09 09:08:04 +0000
commitb7ea37ab66bce53928433639f76b4c63efaf48c2 (patch)
treefbffaad81fbd3913e0286a205a5c741a689d0806 /curs_lib.c
parent1de381dde71881a60cfb9a03cc6d35179ccfe27e (diff)
Fix an SLang-related compilation problem. Originally from Jon Kåre
Hellan.
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 948e2fe5..7672e550 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -249,7 +249,7 @@ void mutt_endwin (const char *msg)
{
#ifdef USE_SLANG_CURSES
CLEARLINE (LINES - 1);
- move (LINES - 1, 0)
+ move (LINES - 1, 0);
#else
move (LINES - 1, COLS - 1);
CLEARLINE (LINES - 1);