From 73a4369e0e3cf05a2ac57726bdd946fb271ded0d Mon Sep 17 00:00:00 2001 From: Jens Granseuer Date: Fri, 22 Feb 2008 05:39:01 +0000 Subject: tests/examples/equalizer/demo.c: C89 fix, moving variable declarations to the beginning of the block. Fixes bug #517933. Original commit message from CVS: Patch by: Jens Granseuer * tests/examples/equalizer/demo.c: (main): C89 fix, moving variable declarations to the beginning of the block. Fixes bug #517933. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 286c1a92..2682f7d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-02-22 Sebastian Dröge + + Patch by: Jens Granseuer + + * tests/examples/equalizer/demo.c: (main): + C89 fix, moving variable declarations to the beginning of + the block. Fixes bug #517933. + 2008-02-21 Jan Schmidt * configure.ac: -- cgit