summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/libimobiledevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h
index 0c6a08f..d0923d6 100644
--- a/include/libimobiledevice/libimobiledevice.h
+++ b/include/libimobiledevice/libimobiledevice.h
@@ -63,7 +63,7 @@ enum idevice_event_type {
63}; 63};
64 64
65/* event data structure */ 65/* event data structure */
66/** Provides information about the occoured event. */ 66/** Provides information about the occured event. */
67typedef struct { 67typedef struct {
68 enum idevice_event_type event; /**< The event type. */ 68 enum idevice_event_type event; /**< The event type. */
69 const char *uuid; /**< The device unique id. */ 69 const char *uuid; /**< The device unique id. */