summaryrefslogtreecommitdiff
path: root/test/timer.c
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-02-03 20:10:49 +0000
committerJaroslav Kysela <perex@perex.cz>2003-02-03 20:10:49 +0000
commit43cd49f8672806136ed194260f300b22ffb5a8ef (patch)
tree04db5aab1f19ec6ad465c251de9ffb158a9fce55 /test/timer.c
parentdbffcd437e7a2a54b32e8b64e026dec300e817df (diff)
downloadalsa-lib-43cd49f8672806136ed194260f300b22ffb5a8ef.tar.gz
small change in output
Diffstat (limited to 'test/timer.c')
-rw-r--r--test/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/timer.c b/test/timer.c
index aefc40c2..92946851 100644
--- a/test/timer.c
+++ b/test/timer.c
@@ -47,7 +47,7 @@ void read_loop(void *handle, int master_ticks, int timeout)
exit(EXIT_FAILURE);
}
while (snd_timer_read(handle, &tr, sizeof(tr)) == sizeof(tr)) {
- printf("TIMER: resolution = %u, ticks = %u\n",
+ printf("TIMER: resolution = %uns, ticks = %u\n",
tr.resolution, tr.ticks);
}
}