warning - move break in switch to handle properly and addess warning

devs/bu5hm4n/work_travis
Carsten Haitzler 4 years ago
parent 188874e289
commit 4d27f5f63e
  1. 3
      src/examples/ecore_avahi/ecore_avahi_browse_example.c

@ -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;

Loading…
Cancel
Save