diff options
| author | Jens Granseuer <jensgr@gmx.net> | 2008-02-22 05:39:01 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-02-22 05:39:01 +0000 |
| commit | 73a4369e0e3cf05a2ac57726bdd946fb271ded0d (patch) | |
| tree | 440346166eb82f175a5fd64535cacd9a452e1d4a /ChangeLog | |
| parent | 9d3899442856e614dcc0e11875d3e4c256926bc9 (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |
