summaryrefslogtreecommitdiff
path: root/src/core/miranda.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/miranda.h')
-rw-r--r--src/core/miranda.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/miranda.h b/src/core/miranda.h
index 097a8546d0..b0369e0f08 100644
--- a/src/core/miranda.h
+++ b/src/core/miranda.h
@@ -140,9 +140,9 @@ int GetPluginFakeId(const MUUID &uuid, int hLangpack);
__forceinline char* Utf8DecodeA(const char* src)
{
- char* tmp = mir_strdup(src);
- Utf8Decode(tmp, NULL);
- return tmp;
+ char* tmp = mir_strdup(src);
+ Utf8Decode(tmp, NULL);
+ return tmp;
}
#pragma optimize("", on)