1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix minor version-printer merge glitch.

This commit is contained in:
Micah Cowan 2009-07-04 15:38:42 -07:00
parent d5e283b1a7
commit c2fe2f4159

View File

@ -780,7 +780,6 @@ print_version (void)
char *env_wgetrc, *user_wgetrc;
int i;
printf (_("GNU Wget %s\n\n"), version_string);
#ifdef __VMS
printf ("GNU Wget %s built on VMS %s %s.\n\n",
VERSION_STRING, vms_arch(), vms_vers());