|
From: <xb...@us...> - 2013-07-01 15:42:01
|
Revision: 1839
http://sourceforge.net/p/scstudio/code/1839
Author: xborza
Date: 2013-07-01 15:41:58 +0000 (Mon, 01 Jul 2013)
Log Message:
-----------
msc_types.cpp error fixed
Modified Paths:
--------------
trunk/src/data/msc_types.cpp
Modified: trunk/src/data/msc_types.cpp
===================================================================
--- trunk/src/data/msc_types.cpp 2013-07-01 15:04:48 UTC (rev 1838)
+++ trunk/src/data/msc_types.cpp 2013-07-01 15:41:58 UTC (rev 1839)
@@ -68,7 +68,7 @@
{
#ifndef WIN32
//call TOWSRTING normally
- return TOWSTRING(s)
+ return TOWSTRING(s);
#else
std::wstring result;
bool slash = false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|