diff options
Diffstat (limited to 'src/lib/ecore_avahi')
-rw-r--r-- | src/lib/ecore_avahi/ecore_avahi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_avahi/ecore_avahi.c b/src/lib/ecore_avahi/ecore_avahi.c index 6af79e4..07f07d0 100644 --- a/src/lib/ecore_avahi/ecore_avahi.c +++ b/src/lib/ecore_avahi/ecore_avahi.c | |||
@@ -245,6 +245,7 @@ ecore_avahi_poll_get(Ecore_Avahi *handler) | |||
245 | if (!handler) return NULL; | 245 | if (!handler) return NULL; |
246 | return &handler->api; | 246 | return &handler->api; |
247 | #else | 247 | #else |
248 | (void)handler; | ||
248 | return NULL; | 249 | return NULL; |
249 | #endif | 250 | #endif |
250 | } | 251 | } |