From: jjohnstn Date: Tue, 5 Jun 2007 21:42:17 +0000 (+0000) Subject: Fix entry to refer to function instead of variable. X-Git-Tag: preoverlapped~404 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5e31d4576bfd2731aa430bffce3da9b4febdcb37;p=pf3gnuchains%2Fpf3gnuchains4x.git Fix entry to refer to function instead of variable. --- diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 6f8c59e1a6..716bdebdeb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,7 +1,7 @@ 2007-06-05 Christian Groessler - * 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