Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-06-22 12:10:58 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-06-23 17:27:43 +0400
commit812b890e54071ce2489b01782683b3657429fa9e (patch)
treee84a263fc0f19906f5c0c8c45b8cf9a5fe5a8d23 /src/thirdparty/unrar/resource.cpp
parent7408b1fa17fd76f8cd05b1b0a2c45624b461011b (diff)
Update Unrar to v5.0.7. and use spaces in Changelog.txt.
Diffstat (limited to 'src/thirdparty/unrar/resource.cpp')
-rw-r--r--src/thirdparty/unrar/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thirdparty/unrar/resource.cpp b/src/thirdparty/unrar/resource.cpp
index 37e2c7594..7c1af04cf 100644
--- a/src/thirdparty/unrar/resource.cpp
+++ b/src/thirdparty/unrar/resource.cpp
@@ -12,7 +12,7 @@ const wchar *St(MSGID StringId)
wchar *Str=StrTable[StrNum];
*Str=0;
CharToWide(StringId,Str,ASIZE(StrTable[0]));
- return(Str);
+ return Str;
}
#endif