From 74e577ac110513669a6d677842ceca4c5b1252ca Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sat, 4 May 2019 12:37:04 +0100 Subject: cut #1 --- app/time_fn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/time_fn.h') 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; -- cgit v1.2.3