diff --git a/jtag/src/jtag.c b/jtag/src/jtag.c index ad5c1f84..98af73a2 100644 --- a/jtag/src/jtag.c +++ b/jtag/src/jtag.c @@ -50,11 +50,11 @@ main( void ) parts *ps = NULL; printf( - PACKAGE_STRING "\n" + "%s\n" "Copyright (C) 2002 ETC s.r.o.\n" - PACKAGE " is free software, covered by the GNU General Public License, and you are\n" + "%s is free software, covered by the GNU General Public License, and you are\n" "welcome to change it and/or distribute copies of it under certain conditions.\n" - "There is absolutely no warranty for " PACKAGE ".\n\n" + "There is absolutely no warranty for %s.\n\n", PACKAGE_STRING, PACKAGE, PACKAGE ); if (!tap_init()) {