From: Ivy Foster Date: Wed, 21 Mar 2018 18:41:28 +0000 (-0500) Subject: src/curses/ux_init.c: End homebrewed strrchr function X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=97a324f2b6b08e67f97ad0c45e12ddddf9540362;p=liskon_frotz.git src/curses/ux_init.c: End homebrewed strrchr function At present, it is sort of ended by the #endif following it. --- diff --git a/src/curses/ux_init.c b/src/curses/ux_init.c index 07cf715..46c5d77 100644 --- a/src/curses/ux_init.c +++ b/src/curses/ux_init.c @@ -1091,6 +1091,7 @@ char *strrchr(const char *s, int c) s++; } return (char *)save; +} #endif /* NO_STRRCHR */