From 563ac93c166f31864c2bcaa9e99e71e2c5882910 Mon Sep 17 00:00:00 2001 From: strangerke Date: Thu, 17 Mar 2011 20:07:24 +0100 Subject: Hugo: Use EntryDialog in Box() --- engines/hugo/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/util.h') diff --git a/engines/hugo/util.h b/engines/hugo/util.h index 10376c8381..acead5a0c4 100644 --- a/engines/hugo/util.h +++ b/engines/hugo/util.h @@ -47,7 +47,7 @@ int lastBit(byte data); void reverseByte(byte *data); -char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3); +const char *Box(box_t, const char *, ...) GCC_PRINTF(2, 3); char *strlwr(char *buffer); } -- cgit v1.2.3