summaryrefslogtreecommitdiff
path: root/updater/xmldata.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-05-21 02:14:42 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-05-21 02:14:42 +0000
commitbc008612f7e63b5528dc9eba2467515b921b03bb (patch)
tree83a2109a3d41b92a4a20fdfc3b07f6f6ff0782ae /updater/xmldata.cpp
parentdcc550972476817bd4d706700160c49dad145b54 (diff)
Fixed restart with folders plugin
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@519 4f64403b-2f21-0410-a795-97e2b3489a10
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) {