summaryrefslogtreecommitdiffstats
path: root/src/plist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plist.h')
-rw-r--r--src/plist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h
index ebbb0b5..723ed87 100644
--- a/src/plist.h
+++ b/src/plist.h
@@ -36,7 +36,6 @@ struct plist_data_s {
36 uint64_t intval; 36 uint64_t intval;
37 double realval; 37 double realval;
38 char *strval; 38 char *strval;
39 gunichar2 *unicodeval;
40 uint8_t *buff; 39 uint8_t *buff;
41 GTimeVal timeval; 40 GTimeVal timeval;
42 }; 41 };