1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00

Argg again: Remove cruft from a test.

This commit is contained in:
Werner Koch 2009-03-03 10:18:07 +00:00
parent cccda0c269
commit 1ade5ed150

View File

@ -1023,7 +1023,7 @@ show_version ()
fputs (strusage (11), stdout);
if ((s=strusage (12)))
printf (" (%s)", s );
printf (" %s %s\n", strusage (13), "(Gpg4win @PACKAGE_VERSION@)");
printf (" %s\n", strusage (13) );
/* Additional version lines. */
for (i=20; i < 30; i++)
if ((s=strusage (i)))