]> diplodocus.org Git - nmh/blobdiff - sbr/r1bindex.c
new.c: Order two return statements to match comment.
[nmh] / sbr / r1bindex.c
index b4ad0e8f9e0049693967b4623dd9fc2f5ae0b583..7dcabb50542d89895910c9006cc5b382cf1fd076 100644 (file)
@@ -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.