diff options
Diffstat (limited to 'src/zeroconf.c')
-rw-r--r-- | src/zeroconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c index 50e4c9c17..eeec794cd 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -494,5 +494,5 @@ void finishZeroconf(void) avahi_free( avahiName ); avahiName = NULL; -#endif // HAVE_AVAHI +#endif /* HAVE_AVAHI */ } |