Fix preprocessor directive syntax (text after #endif).

This commit is contained in:
Garrett Wollman 2002-05-30 21:04:11 +00:00
parent a96d3de6b3
commit 75aa1830f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97630

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);
}