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

This commit is contained in:
Carsten Haitzler 2019-07-28 11:37:23 +01:00
parent 188874e289
commit 4d27f5f63e
1 changed files with 2 additions and 1 deletions

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