summaryrefslogtreecommitdiffstats
path: root/src/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plist.h')
-rw-r--r--src/plist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h
index a637118..8428597 100644
--- a/src/plist.h
+++ b/src/plist.h
@@ -43,7 +43,7 @@ struct plist_data_s {
43 double realval; 43 double realval;
44 char *strval; 44 char *strval;
45 wchar_t *unicodeval; 45 wchar_t *unicodeval;
46 char *buff; 46 uint8_t *buff;
47 }; 47 };
48 uint64_t length; 48 uint64_t length;
49 plist_type type; 49 plist_type type;