aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/util.h')
-rw-r--r--engines/hugo/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/util.h b/engines/hugo/util.h
index 91d42c296f..69428fb3bb 100644
--- a/engines/hugo/util.h
+++ b/engines/hugo/util.h
@@ -55,7 +55,7 @@ int lastBit(byte data);
void gameOverMsg();
void reverseByte(byte *data);
void Error(int code, const char *format, ...) GCC_PRINTF(2, 3);
-void Warn(bool technote, const char *format, ...) GCC_PRINTF(2, 3);
+void Warn(const char *format, ...) GCC_PRINTF(1, 2);
char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3);
char *strlwr(char *buffer);