warning - move break in switch to handle properly and addess warning
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 28 Jul 2019 10:37:23 +0000 (11:37 +0100)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 5 Aug 2019 01:48:29 +0000 (10:48 +0900)
src/examples/ecore_avahi/ecore_avahi_browse_example.c

index 6935a13..1a9d666 100644 (file)
@@ -151,8 +151,9 @@ _ecore_avahi_client_cb(AvahiClient *c, AvahiClientState state, void * userdata)
 
             ecore_main_loop_quit();
 
-            break;
          }
+       break;
+
     case AVAHI_CLIENT_CONNECTING:
        FREE_CLEAN(example->sb, avahi_service_browser_free);
        break;