diff options
| author | 2011-03-11 22:56:53 +0100 | |
|---|---|---|
| committer | 2011-03-12 03:18:22 +0100 | |
| commit | 60ac4098aec85f7292465b707c492de51e2796e1 (patch) | |
| tree | c1c0298a597052c3fc700820c52f2a159d5b65b6 /src | |
| parent | 6d11e7166019a92386ac2e9895859736450bd3b8 (diff) | |
| download | libimobiledevice-60ac4098aec85f7292465b707c492de51e2796e1.tar.gz libimobiledevice-60ac4098aec85f7292465b707c492de51e2796e1.tar.bz2 | |
Add missing '_' in mobilesync_client_new API doc
MOBILESYNC_E_INVALID ARG was used instead of
MOBILESYNC_E_INVALID_ARG
Diffstat (limited to 'src')
| -rw-r--r-- | src/mobilesync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c index 6dacb9b..a2a4b60 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c | |||
| @@ -75,7 +75,7 @@ static mobilesync_error_t mobilesync_error(device_link_service_error_t err) | |||
| 75 | * mobilesync_client_t upon successful return. | 75 | * mobilesync_client_t upon successful return. |
| 76 | * | 76 | * |
| 77 | * @retval MOBILESYNC_E_SUCCESS on success | 77 | * @retval MOBILESYNC_E_SUCCESS on success |
| 78 | * @retval MOBILESYNC_E_INVALID ARG if one or more parameters are invalid | 78 | * @retval MOBILESYNC_E_INVALID_ARG if one or more parameters are invalid |
| 79 | * @retval DEVICE_LINK_SERVICE_E_BAD_VERSION if the mobilesync version on | 79 | * @retval DEVICE_LINK_SERVICE_E_BAD_VERSION if the mobilesync version on |
| 80 | * the device is newer. | 80 | * the device is newer. |
| 81 | */ | 81 | */ |
