From a874abaf378f37a217bf083fc1c283d33c415548 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 5 Jun 2007 21:42:17 +0000 Subject: [PATCH] Fix entry to refer to function instead of variable. --- newlib/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 6f8c59e1a..716bdebde 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