[Goodies-commits] r3154 - xfce4-smartpm-plugin/trunk/src

Anders F Bjorklund afb at xfce.org
Fri Sep 7 16:54:19 CEST 2007


Author: afb
Date: 2007-09-07 14:54:19 +0000 (Fri, 07 Sep 2007)
New Revision: 3154

Modified:
   xfce4-smartpm-plugin/trunk/src/xfcesmart.c
Log:
avoid compiler warning

Modified: xfce4-smartpm-plugin/trunk/src/xfcesmart.c
===================================================================
--- xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-09-07 14:40:57 UTC (rev 3153)
+++ xfce4-smartpm-plugin/trunk/src/xfcesmart.c	2007-09-07 14:54:19 UTC (rev 3154)
@@ -658,7 +658,7 @@
         program = g_strdup(APT_PROGRAM); /* it is using consolehelper */
       break;
     default:
-      break;
+      return;
   }
 
   command = g_strdup_printf("%s%s%s%s", program,




More information about the Goodies-commits mailing list