diff options
Diffstat (limited to '')
-rw-r--r-- | doubletotimespec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doubletotimespec.c b/doubletotimespec.c index 8b2cccd..e74f04a 100644 --- a/doubletotimespec.c +++ b/doubletotimespec.c @@ -3,7 +3,7 @@ void -libsimple_doubletotimespec(struct timespec *ts, double d) +libsimple_doubletotimespec(struct timespec *ts, double d) /* TODO test */ { double ns = (long long int)d; long int nsi; |