aboutsummaryrefslogtreecommitdiff
path: root/src/zeroconf.c
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-05-15 23:23:09 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-05-15 23:23:09 +0000
commit6f68587ad59a2e5f606a332b96e55f57a0f9a5fc (patch)
tree0ee1613c2c0456981d7063aac52bafa2bb664d7f /src/zeroconf.c
parentf63c6ca86d9e1f7e2736df4e66e3fa96ec2890f1 (diff)
Changing "//" comments to "/* */" comments.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6112 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/zeroconf.c')
-rw-r--r--src/zeroconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeroconf.c b/src/zeroconf.c
index 50e4c9c1..eeec794c 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 */
}