summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2008-02-22 05:39:01 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-22 05:39:01 +0000
commit73a4369e0e3cf05a2ac57726bdd946fb271ded0d (patch)
tree440346166eb82f175a5fd64535cacd9a452e1d4a /ChangeLog
parent9d3899442856e614dcc0e11875d3e4c256926bc9 (diff)
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 <jensgr at gmx dot net> * tests/examples/equalizer/demo.c: (main): C89 fix, moving variable declarations to the beginning of the block. Fixes bug #517933.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 286c1a92..2682f7d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+
+ Patch by: Jens Granseuer <jensgr at gmx dot net>
+
+ * 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 <jan.schmidt@sun.com>
* configure.ac: