saveresume.c: add missing semicolon
Fixes compilation when ADVENT_NOSAVE is set
This commit is contained in:
parent
7d4dd78679
commit
5016978156
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ int restore(FILE* fp)
|
||||||
* sane initial state.
|
* sane initial state.
|
||||||
* If ADVENT_NOSAVE is defined, gripe instead. */
|
* If ADVENT_NOSAVE is defined, gripe instead. */
|
||||||
#ifdef ADVENT_NOSAVE
|
#ifdef ADVENT_NOSAVE
|
||||||
rspeak(SAVERESUME_DISABLED)
|
rspeak(SAVERESUME_DISABLED);
|
||||||
return GO_TOP;
|
return GO_TOP;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue