From 6f68587ad59a2e5f606a332b96e55f57a0f9a5fc Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Tue, 15 May 2007 23:23:09 +0000 Subject: Changing "//" comments to "/* */" comments. git-svn-id: https://svn.musicpd.org/mpd/trunk@6112 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/zeroconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zeroconf.c') 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 */ } -- cgit v1.2.3