OSDN Git Service

Fix entry to refer to function instead of variable.
authorjjohnstn <jjohnstn>
Tue, 5 Jun 2007 21:42:17 +0000 (21:42 +0000)
committerjjohnstn <jjohnstn>
Tue, 5 Jun 2007 21:42:17 +0000 (21:42 +0000)
newlib/ChangeLog

index 6f8c59e..716bdeb 100644 (file)
@@ -1,7 +1,7 @@
 2007-06-05  Christian Groessler  <chris@groessler.org>
 
-       * libc/argz/argz_insert.c (delta): Move variable declaration
-       to top of function in keeping with C89 standard.
+       * libc/argz/argz_insert.c (argz_insert): Move delta variable 
+       declaration to top of function in keeping with C89 standard.
 
 2007-06-04  Eric Blake  <ebb9@byu.net>