summaryrefslogtreecommitdiffstats
path: root/app/time_fn.h
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-05-04 12:37:04 +0100
committerfishsoupisgood <github@madingley.org>2019-05-04 12:39:08 +0100
commit74e577ac110513669a6d677842ceca4c5b1252ca (patch)
treecfe45c037717a740fa2fa6b1c99aa66814047055 /app/time_fn.h
parent1b0a5f886412f0a292ec2b198e65760e3a1f45a1 (diff)
downloadclock-74e577ac110513669a6d677842ceca4c5b1252ca.tar.gz
clock-74e577ac110513669a6d677842ceca4c5b1252ca.tar.bz2
clock-74e577ac110513669a6d677842ceca4c5b1252ca.zip
cut #1
Diffstat (limited to 'app/time_fn.h')
-rw-r--r--app/time_fn.h4
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;