From 08d2af5d611319748afba2aaba5e6c8a99f1b396 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 16 Mar 2010 03:13:38 +0100 Subject: Complete documentation of public interface and fix a lot of bogus comments This change unifies the documentation comment syntax, fixes a few bad documentation comments and completes documentation where it was missing. --- src/sbservices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbservices.c') diff --git a/src/sbservices.c b/src/sbservices.c index 91f4b9c..076e25d 100644 --- a/src/sbservices.c +++ b/src/sbservices.c @@ -208,7 +208,7 @@ sbservices_error_t sbservices_set_icon_state(sbservices_client_t client, plist_t if (res != SBSERVICES_E_SUCCESS) { debug_info("could not send plist, error %d", res); } - // NO RESPONSE + /* NO RESPONSE */ if (dict) { plist_free(dict); -- cgit v1.1-32-gdbae