projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d4dd78
)
saveresume.c: add missing semicolon
293/head
author
Nicola Smaniotto
<smaniotto.nicola@gmail.com>
Mon, 27 Nov 2023 16:41:26 +0000
(17:41 +0100)
committer
Nicola Smaniotto
<smaniotto.nicola@gmail.com>
Mon, 27 Nov 2023 16:41:26 +0000
(17:41 +0100)
Fixes compilation when ADVENT_NOSAVE is set
saveresume.c
patch
|
blob
|
history
diff --git
a/saveresume.c
b/saveresume.c
index 70b946195a5266a6b067d674d170b8c361808cf6..a2c10a090c7765f33b2ec3ff8b68edc655833179 100644
(file)
--- a/
saveresume.c
+++ b/
saveresume.c
@@
-137,7
+137,7
@@
int restore(FILE* fp)
* sane initial state.
* If ADVENT_NOSAVE is defined, gripe instead. */
#ifdef ADVENT_NOSAVE
- rspeak(SAVERESUME_DISABLED)
+ rspeak(SAVERESUME_DISABLED)
;
return GO_TOP;
#endif