summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.h b/src/restore.h
index d790d01..cf9307c 100644
--- a/src/restore.h
+++ b/src/restore.h
@@ -29,7 +29,7 @@
29 29
30struct restored_client_private { 30struct restored_client_private {
31 property_list_service_client_t parent; 31 property_list_service_client_t parent;
32 char *uuid; 32 char *udid;
33 char *label; 33 char *label;
34 plist_t info; 34 plist_t info;
35}; 35};