This patch solves the FTBFS problems with wmtz: - Default switch without code. - Broken line.
Signed-off-by: Rodolfo García Peñas (kix) <[email protected]> --- wmtz/wmtz/wmtz.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wmtz/wmtz/wmtz.c b/wmtz/wmtz/wmtz.c index 928f845..82c47fe 100644 --- a/wmtz/wmtz/wmtz.c +++ b/wmtz/wmtz/wmtz.c @@ -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; } -- 2.5.0 -- To unsubscribe, send mail to [email protected].
