From 45a1f786ffd7032119ff6e81a570f7f4658ba02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 16 Aug 2015 00:22:51 +0200 Subject: [PATCH] wmtz FTBFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch solves the FTBFS problems with wmtz: - Default switch without code. - Broken line. Signed-off-by: Rodolfo García Peñas (kix) --- 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; }