diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 18:39:09 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 18:39:09 +0000 |
commit | fd215b11baee74952e38d31cc5fce3cc27b1c9fb (patch) | |
tree | 6a99c38223a0662cf6dc662154ef504f8f1e665a /updater/socket.cpp | |
parent | 7ff77e14ede656afce89019bc169014312fcad72 (diff) |
Cosmetic changes and version bump
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@507 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/socket.cpp')
-rw-r--r-- | updater/socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/socket.cpp b/updater/socket.cpp index 0cbe2cd..3447efd 100644 --- a/updater/socket.cpp +++ b/updater/socket.cpp @@ -1,7 +1,7 @@ #include "common.h"
#include "socket.h"
-void unzip_file(TCHAR* zipfile, TCHAR* dest); +void unzip_file(TCHAR* zipfile, TCHAR* dest);
bool GetFile(char *url, TCHAR *temp_folder, char *plugin_name, char *version, bool dlls_only, int recurse_count /*=0*/) {
if(recurse_count > MAX_REDIRECT_RECURSE) {
|