summaryrefslogtreecommitdiff
path: root/src/spreed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spreed.c')
-rwxr-xr-xsrc/spreed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spreed.c b/src/spreed.c
index cd9d24a..48af6cd 100755
--- a/src/spreed.c
+++ b/src/spreed.c
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
wpm_ns = MS_PER_MIN / wpm_ns;
}
- fwprintf(stdout, L"Clock (%i) accuracy: %ll.%09lls\n", SPRD_CLOCK, ts_last.tv_sec, ts_last.tv_nsec);
+ fwprintf(stdout, L"Clock (%i) accuracy: %li.%09lls\n", SPRD_CLOCK, ts_last.tv_sec, ts_last.tv_nsec);
fwprintf(stdout, L" V\n");
clock_gettime(SPRD_CLOCK, &ts_current);