From 4ca942b397d1e6ff69b28aa01a5e5a250103463f Mon Sep 17 00:00:00 2001 From: jhurst Date: Wed, 1 Apr 2009 15:52:56 +0000 Subject: mo-better timed text --- src/blackwave.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/blackwave.cpp') diff --git a/src/blackwave.cpp b/src/blackwave.cpp index 1374038..b584866 100644 --- a/src/blackwave.cpp +++ b/src/blackwave.cpp @@ -57,11 +57,11 @@ banner(FILE* stream = stderr) fprintf(stream, "\n\ %s (asdcplib %s)\n\n\ Copyright (c) 2005-2006 John Hurst\n\n\ -wavesplit is part of asdcplib.\n\ +%s is part of asdcplib.\n\ asdcplib may be copied only under the terms of the license found at\n\ the top of every file in the asdcplib distribution kit.\n\n\ Specify the -h (help) option for further information about %s\n\n", - PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME); + PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME, PROGRAM_NAME); } // -- cgit v1.2.3