X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;h=f3b0f3dcf33675cf166e45d50689d42064bade2a;hp=c4dc35124b4e9885007e4110f85cad7d7163125e;hb=faedb38a6499b3cc638079c1e17621c9f9b192f0;hpb=d1e29319fa20a0d3e9924764f83a8cf2020e84da diff --git a/misc.c b/misc.c index c4dc351..f3b0f3d 100644 --- a/misc.c +++ b/misc.c @@ -135,7 +135,7 @@ void wordclear(token_t *v) /* I/O routines (speak, pspeak, rspeak, sspeak, get_input, yes) */ -void vspeak(const char* msg, bool blank, va_list ap) +static void vspeak(const char* msg, bool blank, va_list ap) { // Do nothing if we got a null pointer. if (msg == NULL)