X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=978e4b61aefb51cfee18d33d7d4a08638f6a8d2f;hb=d844c2a3913e1c7d331b080a4a09631e515d9364;hp=cf75e6442c42452ec02ca6db6ab75bb4a4e23c02;hpb=d97574d35c0532d0854b7653b47b2da7e2e305b3;p=open-adventure.git diff --git a/misc.c b/misc.c index cf75e64..978e4b6 100644 --- a/misc.c +++ b/misc.c @@ -45,7 +45,7 @@ void packed_to_token(long packed, char token[6]) /* I/O routines (SPEAK, PSPEAK, RSPEAK, SETPRM, GETIN, YES) */ -void newspeak(char* msg) +void newspeak(const char* msg) { // Do nothing if we got a null pointer. if (msg == NULL)