# HG changeset patch # User ib # Date 1301662583 0 # Node ID 3de646fca03b53dd8597df307f83a85e31407814 # Parent 83052a4ac698210b1c9f99001f7c15e1a5d04c04 Cosmetic: Rearrange variable declarations to match parameters. diff -r 83052a4ac698 -r 3de646fca03b gui/skin/skin.c --- a/gui/skin/skin.c Fri Apr 01 12:48:40 2011 +0000 +++ b/gui/skin/skin.c Fri Apr 01 12:56:23 2011 +0000 @@ -497,10 +497,10 @@ // hpotmeter=button,bwidth,bheight,phases,numphases,default,x,y,width,height,message static int cmd_hpotmeter(char *in) { - int x, y, pwidth, pheight, ph, w, h, message, d; - unsigned char buf[512]; unsigned char pfname[256]; unsigned char phfname[256]; + unsigned char buf[512]; + int pwidth, pheight, ph, d, x, y, w, h, message; wItem *item; if (!window_cmd("h/v potmeter")) @@ -594,9 +594,9 @@ // potmeter=phases,numphases,default,x,y,width,height,message static int cmd_potmeter(char *in) { - int x, y, ph, w, h, message, d; + unsigned char phfname[256]; unsigned char buf[512]; - unsigned char phfname[256]; + int ph, d, x, y, w, h, message; wItem *item; if (!window_cmd("potmeter"))