diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 0c1cc1e7..2d5c3a4b 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -56,14 +56,12 @@ check_version () } buffer[dwRead] = 0; } - - return buffer; InternetCloseHandle (hFile); + return buffer; } InternetCloseHandle (hINet); - return "Unknown"; }