summaryrefslogtreecommitdiffstats
path: root/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj.h b/obj.h
index bf9beb2b..51f2217d 100644
--- a/obj.h
+++ b/obj.h
@@ -46,7 +46,7 @@ typedef struct {
int vInt;
long vLong;
rsCStrObj *vpCStr; /* used for both rsCStr and psz */
- struct syslogTime vSyslogTime;
+ syslogTime_t vSyslogTime;
} val;
} property_t;