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:
87855f8
)
Address GitLab issue #66: Missing couple of ; in saveresume.c
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 16 Mar 2023 11:43:17 +0000
(07:43 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 16 Mar 2023 11:43:17 +0000
(07:43 -0400)
saveresume.c
patch
|
blob
|
history
diff --git
a/saveresume.c
b/saveresume.c
index b90595b5b13253e8ba0f4c9eef3cccdb8562a58d..575b11f2486a319ec2090b284ad8ed2a7d05a7ff 100644
(file)
--- a/
saveresume.c
+++ b/
saveresume.c
@@
-83,7
+83,7
@@
int suspend(void)
* If ADVENT_NOSAVE is defined, gripe instead. */
#if defined ADVENT_NOSAVE || defined ADVENT_AUTOSAVE
- rspeak(SAVERESUME_DISABLED)
+ rspeak(SAVERESUME_DISABLED)
;
return GO_TOP;
#endif
FILE *fp = NULL;
@@
-118,7
+118,7
@@
int resume(void)
* If ADVENT_NOSAVE is defined, gripe instead. */
#if defined ADVENT_NOSAVE || defined ADVENT_AUTOSAVE
- rspeak(SAVERESUME_DISABLED)
+ rspeak(SAVERESUME_DISABLED)
;
return GO_TOP;
#endif
FILE *fp = NULL;