]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
GNU style cast.
authorBruno Haible <bruno@clisp.org>
Fri, 18 Aug 2006 18:25:12 +0000 (18:25 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:55 +0000 (12:13 +0200)
gnulib-local/lib/c-strstr.c

index 11ef8ec159ac70291c5d28ce251fe7f28c31d20f..0cf97d6ff424ad173a8517eb7894a6d3d5a37254 100644 (file)
@@ -111,7 +111,7 @@ jin:          a = *++haystack;
         }
     }
 foundneedle:
-  return (char*) haystack;
+  return (char *) haystack;
 ret0:
   return 0;
 }