wmtz FTBFS

This patch solves the FTBFS problems with wmtz:
- Default switch without code.
- Broken line.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
Rodolfo García Peñas (kix) 2015-08-16 00:22:51 +02:00 committed by Carlos R. Mafra
parent 204f7e50de
commit 45a1f786ff

View file

@ -51,8 +51,7 @@
#define STRSIZE 10
#define LMST 1
#define GMST 0
#define ABOUT "xmessage -center -buttons \"Close\" \"WMTZ - Window Maker Time Zone dockapp v0.7
http://www.geocities.com/jl1n/wmtz/wmtz.html\""
#define ABOUT "xmessage -center -buttons \"Close\" \"WMTZ - Window Maker Time Zone dockapp v0.7 http://www.geocities.com/jl1n/wmtz/wmtz.html\""
/*
@ -478,7 +477,6 @@ void wmtz_routine(int argc, char **argv)
}
but_stat = -1;
break;
default:
}
}
@ -528,7 +526,6 @@ void handleTheMenu(int but_stat)
case 4:
exit(0);
break;
default:
}
return;
}