summaryrefslogtreecommitdiff
path: root/updater/xmldata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'updater/xmldata.cpp')
-rw-r--r--updater/xmldata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/xmldata.cpp b/updater/xmldata.cpp
index 3a4677a..2e2e407 100644
--- a/updater/xmldata.cpp
+++ b/updater/xmldata.cpp
@@ -267,7 +267,7 @@ bool UpdateXMLData(const Category cat, const char *redirect_url /*= 0*/, int rec
NETLIBHTTPREQUEST *resp = (NETLIBHTTPREQUEST *)CallService(MS_NETLIB_HTTPTRANSACTION, (WPARAM)hNetlibUser, (LPARAM)&req);
if(etag_hdr.szValue) free(etag_hdr.szValue);
- if(!resp) {
+ if (!resp) {
hNetlibHttp = NULL;
int err = GetLastError();
if(err) {