Fix preprocessor directive syntax (text after #endif).

This commit is contained in:
wollman 2002-05-30 21:04:11 +00:00
parent ca04af6ca5
commit 1116ad074f

View File

@ -186,7 +186,7 @@ savegame(fname)
lwclose(); lastmonst[0] = 0;
#ifndef VT100
setscroll();
#endif VT100
#endif /* VT100 */
lcreat((char*)0); nosignal=0;
return(0);
}