Mercurial > mplayer.hg
changeset 35540:8b1322c63eeb
Cosmetic: Relocate variable definition.
author | ib |
---|---|
date | Sun, 09 Dec 2012 12:34:37 +0000 |
parents | 9bc02a829c48 |
children | ded4a8c2aa70 |
files | gui/interface.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Sun Dec 09 12:33:00 2012 +0000 +++ b/gui/interface.c Sun Dec 09 12:34:37 2012 +0000 @@ -344,13 +344,13 @@ */ int gui(int what, void *data) { - mixer_t *mixer = NULL; stream_t *stream; #ifdef CONFIG_DVDREAD dvd_priv_t *dvd; #endif - plItem *next = NULL; int msg, state; + mixer_t *mixer = NULL; + plItem *next = NULL; switch (what) { case GUI_SET_CONTEXT: