X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/106540f53db1a9b8d72f5392c343b9582a445044..c576ad2674c37a1c63f004c71049998f38854c64:/sbr/r1bindex.c diff --git a/sbr/r1bindex.c b/sbr/r1bindex.c index b4ad0e8f..7dcabb50 100644 --- a/sbr/r1bindex.c +++ b/sbr/r1bindex.c @@ -1,6 +1,4 @@ - -/* - * r1bindex.c -- Given a string and a character, return a pointer +/* r1bindex.c -- Given a string and a character, return a pointer * -- to the right of the rightmost occurrence of the * -- character. If the character doesn't occur, the * -- pointer will be at the beginning of the string.