From: Nicola Smaniotto Date: Mon, 27 Nov 2023 16:41:26 +0000 (+0100) Subject: saveresume.c: add missing semicolon X-Git-Tag: 1.17~11 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=50169781566c00f035020557d96255a7ac5a0904 saveresume.c: add missing semicolon Fixes compilation when ADVENT_NOSAVE is set --- diff --git a/saveresume.c b/saveresume.c index 70b9461..a2c10a0 100644 --- 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