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:
parent
d5e283b1a7
commit
c2fe2f4159
@ -780,7 +780,6 @@ print_version (void)
|
|||||||
char *env_wgetrc, *user_wgetrc;
|
char *env_wgetrc, *user_wgetrc;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
printf (_("GNU Wget %s\n\n"), version_string);
|
|
||||||
#ifdef __VMS
|
#ifdef __VMS
|
||||||
printf ("GNU Wget %s built on VMS %s %s.\n\n",
|
printf ("GNU Wget %s built on VMS %s %s.\n\n",
|
||||||
VERSION_STRING, vms_arch(), vms_vers());
|
VERSION_STRING, vms_arch(), vms_vers());
|
||||||
|
Loading…
Reference in New Issue
Block a user