src/curses/ux_init.c: End homebrewed strrchr function
authorIvy Foster <iff@escondida.tk>
Wed, 21 Mar 2018 18:41:28 +0000 (13:41 -0500)
committerIvy Foster <iff@escondida.tk>
Wed, 21 Mar 2018 18:41:28 +0000 (13:41 -0500)
At present, it is sort of ended by the #endif following it.

src/curses/ux_init.c

index 07cf715e95a2af2ace5cb5ef2df0731e9fc09107..46c5d7778a25ea073c7e2893d42a7a5c3a1c1a24 100644 (file)
@@ -1091,6 +1091,7 @@ char *strrchr(const char *s, int c)
        s++;
     }
     return (char *)save;
+}
 #endif /* NO_STRRCHR */