]> granicus.if.org Git - neomutt/commitdiff
Fix an SLang-related compilation problem. Originally from Jon Kåre
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 9 Nov 1999 09:08:04 +0000 (09:08 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 9 Nov 1999 09:08:04 +0000 (09:08 +0000)
Hellan.

curs_lib.c

index 948e2fe584268383f7f250e7dedef6eada3650ec..7672e550063ae64e4ab7fc711f84f8d881b25bcb 100644 (file)
@@ -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);