From: nhmall Date: Sat, 12 May 2018 05:07:54 +0000 (-0400) Subject: missing return value X-Git-Tag: NetHack-3.6.2_Released~280^2~7^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0e508241b23938d25963553cdec6b25d075e077;p=nethack missing return value --- diff --git a/src/mapglyph.c b/src/mapglyph.c index ca7e5ca33..587d317c8 100644 --- a/src/mapglyph.c +++ b/src/mapglyph.c @@ -316,6 +316,7 @@ const char *str; *put++ = *str++; } *put = '\0'; + return buf; } /*