From 81e5b16d7178f0ee5584201cb2f6c8e36742354f Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Nov 2005 13:43:55 +0000 Subject: (svn r3172) static, const --- music_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'music_gui.c') diff --git a/music_gui.c b/music_gui.c index f7136e34c..353531b56 100644 --- a/music_gui.c +++ b/music_gui.c @@ -206,9 +206,9 @@ static void MusicTrackSelectionWndProc(Window *w, WindowEvent *e) { switch(e->event) { case WE_PAINT: { + const byte* p; uint i; int y; - byte *p; w->disabled_state = (msf.playlist <= 3) ? (1 << 11) : 0; w->click_state |= 0x18; -- cgit v1.2.3-54-g00ecf