Commit 9f65eab7 authored by mercury233's avatar mercury233

minor format

parent 4c9b581b
......@@ -98,7 +98,7 @@ void COSOperator::copyToClipboard(const c16* text) const
ctext[lenNew] = 0;
setlocale(LC_CTYPE, oldLocale);
IrrDeviceLinux->copyToClipboard(ctext);
IrrDeviceLinux->copyToClipboard(ctext);
}
#else
......@@ -137,7 +137,7 @@ const c16* COSOperator::getTextFromClipboard() const
wchar_t* ws = core::toWideChar(p);
setlocale(LC_CTYPE, oldLocale);
return ws;
return ws;
}
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment