evas: No need to finish a block with NULL statement.
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 14 May 2013 14:45:22 +0000 (15:45 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 14 May 2013 14:45:22 +0000 (15:45 +0100)
src/modules/evas/engines/gl_common/evas_gl_core.c
src/modules/evas/engines/wayland_egl/evas_engine.c

index e7d9595..41ab26d 100644 (file)
@@ -1717,7 +1717,7 @@ evgl_make_current(void *eng_data, EVGL_Surface *sfc, EVGL_Context *ctx)
                     {
                        ERR("Unable Create Specificed Surfaces.  Unsupported format!");
                        return 0;
-                    };
+                    }
                   sfc->buffers_allocated = 1;
                }
           }
index 58ea516..0d9761a 100644 (file)
@@ -2641,7 +2641,7 @@ eng_gl_surface_create(void *data, void *config, int w, int h)
      {
         ERR("Unable Create Specificed Surfaces.  Unsupported format!");
         goto finish;
-     };
+     }
 
    ret = sfc;
 
@@ -2971,7 +2971,7 @@ eng_gl_string_query(void *data EINA_UNUSED, int name)
          return (void*)_evasgl_ext_string;
       default:
          return NULL;
-     };
+     }
 }
 
 static void *