summaryrefslogtreecommitdiffstats
path: root/src/mobilesync.c
diff options
context:
space:
mode:
authorGravatar Christophe Fergeau2011-03-11 22:56:53 +0100
committerGravatar Martin Szulecki2011-03-12 03:18:22 +0100
commit60ac4098aec85f7292465b707c492de51e2796e1 (patch)
treec1c0298a597052c3fc700820c52f2a159d5b65b6 /src/mobilesync.c
parent6d11e7166019a92386ac2e9895859736450bd3b8 (diff)
downloadlibimobiledevice-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/mobilesync.c')
-rw-r--r--src/mobilesync.c2
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)
* mobilesync_client_t upon successful return.
*
* @retval MOBILESYNC_E_SUCCESS on success
- * @retval MOBILESYNC_E_INVALID ARG if one or more parameters are invalid
+ * @retval MOBILESYNC_E_INVALID_ARG if one or more parameters are invalid
* @retval DEVICE_LINK_SERVICE_E_BAD_VERSION if the mobilesync version on
* the device is newer.
*/