]> git.alsa-project.org Git - alsa-lib.git/commitdiff
small change in output
authorJaroslav Kysela <perex@perex.cz>
Mon, 3 Feb 2003 20:10:49 +0000 (20:10 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 3 Feb 2003 20:10:49 +0000 (20:10 +0000)
test/timer.c

index aefc40c24f0d8f6bb485e302b1a15cb415cff3d9..9294685110af887fc941f92e3ee048da2969695c 100644 (file)
@@ -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);
                }
        }