From 271d3b0fa10b0d95cfddfca9c1884df3e1c86bf0 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 31 Jul 2003 07:39:13 +0000 Subject: [PATCH] Fixed version string --- aplay/aplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplay/aplay.c b/aplay/aplay.c index 9c33be0..fbbac6a 100644 --- a/aplay/aplay.c +++ b/aplay/aplay.c @@ -265,7 +265,7 @@ static void pcm_list(void) static void version(void) { - fprintf(stderr, "%s: version " SND_UTIL_VERSION_STR " by Jaroslav Kysela ", command); + fprintf(stderr, "%s: version " SND_UTIL_VERSION_STR " by Jaroslav Kysela \n", command); } static void signal_handler(int sig) -- 2.47.1