1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-24 12:10:16 +08:00

* src/ftp.c (ftp_retrieve_list): Add default to switch

This commit is contained in:
Tim Rühsen 2017-02-03 11:57:02 +01:00
parent e69808256b
commit cfae085665

View File

@ -2372,6 +2372,7 @@ Already have correct symlink %s -> %s\n\n"),
}
break;
case FT_UNKNOWN:
default:
logprintf (LOG_NOTQUIET, _("%s: unknown/unsupported file type.\n"),
quote (f->name));
break;