diff options
Diffstat (limited to 'app/time_fn.h')
-rw-r--r-- | app/time_fn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/time_fn.h b/app/time_fn.h index a1a4602..2409eeb 100644 --- a/app/time_fn.h +++ b/app/time_fn.h @@ -12,8 +12,8 @@ typedef struct { } UTC; typedef struct { - int64_t s; - int64_t ns; + int64_t s; + int64_t ns; } EPOCH; |