X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fr1bindex.c;h=49ac0f578e310cc379ce862f77139dd319bf648f;hp=93ec950c0c4a88bbf2bf1ae068c5ab61cf7ac461;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/r1bindex.c b/sbr/r1bindex.c index 93ec950..49ac0f5 100644 --- a/sbr/r1bindex.c +++ b/sbr/r1bindex.c @@ -1,13 +1,13 @@ /* - * 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. - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** 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. +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include