Minimal reformatting.
This commit is contained in:
parent
6fd3b0dbae
commit
2db90feaab
|
@ -43,7 +43,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki desktop OS
|
* This file is part of the Contiki desktop OS
|
||||||
*
|
*
|
||||||
* $Id: program-handler.c,v 1.6 2007/11/17 20:14:43 oliverschmidt Exp $
|
* $Id: program-handler.c,v 1.7 2007/12/15 13:03:17 oliverschmidt Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -91,6 +91,7 @@ static struct ctk_button quitnobutton =
|
||||||
#endif /* QUIT_MENU */
|
#endif /* QUIT_MENU */
|
||||||
|
|
||||||
#if WITH_LOADER_ARCH
|
#if WITH_LOADER_ARCH
|
||||||
|
|
||||||
/* "Run..." window */
|
/* "Run..." window */
|
||||||
static struct ctk_window runwindow;
|
static struct ctk_window runwindow;
|
||||||
static unsigned char runmenuitem;
|
static unsigned char runmenuitem;
|
||||||
|
@ -119,7 +120,6 @@ static struct ctk_label errortype =
|
||||||
static struct ctk_button errorokbutton =
|
static struct ctk_button errorokbutton =
|
||||||
{CTK_BUTTON(9, 7, 2, "Ok")};
|
{CTK_BUTTON(9, 7, 2, "Ok")};
|
||||||
|
|
||||||
|
|
||||||
#endif /* WITH_LOADER_ARCH */
|
#endif /* WITH_LOADER_ARCH */
|
||||||
|
|
||||||
PROCESS(program_handler_process, "Program handler");
|
PROCESS(program_handler_process, "Program handler");
|
||||||
|
|
Loading…
Reference in a new issue