From: Jaroslav Kysela Date: Thu, 31 Jul 2003 07:39:13 +0000 (+0000) Subject: Fixed version string X-Git-Tag: v1.0.3~53 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=271d3b0fa10b0d95cfddfca9c1884df3e1c86bf0;p=alsa-utils.git Fixed version string --- 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)