]> git.tuebingen.mpg.de Git - paraslash.git/commit
aft: Reorder global static variables of aft.c.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 16 Apr 2018 17:43:09 +0000 (19:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 22 Apr 2018 18:27:49 +0000 (20:27 +0200)
commit2789c05ca43f0f89d76e1c86677335448fcce6d0
treecc54d757e74ebdf5df1d78c642f0d848bd5e45a7
parent76079847f5503f3ac222bd46d97754d4b3004506
aft: Reorder global static variables of aft.c.

These variables constitute the state of the audio file table. The
overall logic is easier to understand if they are combined at one
spot at the top of the file.

The definition of struct ls_data needs to be moved up because of
this. Pure code movement, no semantic changes.
aft.c