20 lines
697 B
Text
20 lines
697 B
Text
Declare at the right place and remove trailing whitespace.
|
|
|
|
--- src/WinCommand/WinCommand.c.orig Wed May 1 15:34:11 2013
|
|
+++ src/WinCommand/WinCommand.c Mon Jun 29 15:11:18 2015
|
|
@@ -307,12 +307,13 @@ main( int argc, char **argv )
|
|
ASBiDirElem *curr;
|
|
char *command;
|
|
action_t *a;
|
|
- ASWinCommandState WinCommandState ;
|
|
+ ASWinCommandState WinCommandState ;
|
|
+ ASBiDirList *operations;
|
|
|
|
InitMyApp (CLASS_WINCOMMAND, argc, argv, NULL, NULL, OPTION_SINGLE|OPTION_RESTART );
|
|
ConnectX( ASDefaultScr, 0 );
|
|
|
|
- ASBiDirList *operations = create_asbidirlist( NULL );
|
|
+ operations = create_asbidirlist( NULL );
|
|
|
|
/* Initialize State */
|
|
memset( &WinCommandState, 0x00, sizeof(WinCommandState));
|