From b799a1275c8e4bb4f1f07ce3e237708902cb8922 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 21:36:22 +0200 Subject: Merging upstream version 2.9.1. Signed-off-by: Daniel Baumann --- WWW/Library/Implementation/HTFile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WWW/Library/Implementation/HTFile.c') diff --git a/WWW/Library/Implementation/HTFile.c b/WWW/Library/Implementation/HTFile.c index 8fdaa2c..e9a225d 100644 --- a/WWW/Library/Implementation/HTFile.c +++ b/WWW/Library/Implementation/HTFile.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTFile.c,v 1.158 2022/07/25 23:52:05 tom Exp $ + * $LynxId: HTFile.c,v 1.159 2024/04/11 20:19:06 tom Exp $ * * File Access HTFile.c * =========== @@ -1313,7 +1313,7 @@ CompressFileType HTCompressFileType(const char *filename, */ const char *HTCompressTypeToSuffix(CompressFileType method) { - const char *result = ""; + const char *result; switch (method) { default: -- cgit v1.2.3