diff options
| author | 2010-03-16 03:13:38 +0100 | |
|---|---|---|
| committer | 2010-03-16 03:13:38 +0100 | |
| commit | 08d2af5d611319748afba2aaba5e6c8a99f1b396 (patch) | |
| tree | 8bf4a3533f2acf11368dc37a9c653689ace99b77 /src/sbservices.c | |
| parent | 3e0c5021100c879ff7d0776d4c7bb4f0ec88e0d7 (diff) | |
| download | libimobiledevice-08d2af5d611319748afba2aaba5e6c8a99f1b396.tar.gz libimobiledevice-08d2af5d611319748afba2aaba5e6c8a99f1b396.tar.bz2 | |
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.
Diffstat (limited to 'src/sbservices.c')
| -rw-r--r-- | src/sbservices.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 208 | if (res != SBSERVICES_E_SUCCESS) { | 208 | if (res != SBSERVICES_E_SUCCESS) { |
| 209 | debug_info("could not send plist, error %d", res); | 209 | debug_info("could not send plist, error %d", res); |
| 210 | } | 210 | } |
| 211 | // NO RESPONSE | 211 | /* NO RESPONSE */ |
| 212 | 212 | ||
| 213 | if (dict) { | 213 | if (dict) { |
| 214 | plist_free(dict); | 214 | plist_free(dict); |
