Redundant semicolons here.
authorGustavo Lima Chaves <glima@profusion.mobi>
Mon, 6 Dec 2010 12:45:11 +0000 (12:45 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Mon, 6 Dec 2010 12:45:11 +0000 (12:45 +0000)
SVN revision: 55320

src/bin/config.c

index 18c7df1..8a55a2a 100644 (file)
@@ -58,14 +58,14 @@ struct _Fonts_Data
             elm_object_disabled_set(list, EINA_TRUE);  \
          }                                             \
     }                                                  \
-  while (0);
+  while (0)
 
 #define ELM_LIST_ENABLE(list)                     \
   do                                              \
     {                                             \
        elm_object_disabled_set(list, EINA_FALSE); \
     }                                             \
-  while (0);
+  while (0)
 
 static int quiet = 0;
 static int interactive = 1;