mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 11:02:44 +00:00
Fix preprocessor directive syntax (text after #endif).
This commit is contained in:
parent
a96d3de6b3
commit
75aa1830f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97630
@ -186,7 +186,7 @@ savegame(fname)
|
|||||||
lwclose(); lastmonst[0] = 0;
|
lwclose(); lastmonst[0] = 0;
|
||||||
#ifndef VT100
|
#ifndef VT100
|
||||||
setscroll();
|
setscroll();
|
||||||
#endif VT100
|
#endif /* VT100 */
|
||||||
lcreat((char*)0); nosignal=0;
|
lcreat((char*)0); nosignal=0;
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user