Fixed code style

Conflicts:
	src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
Xinyu Hou
2015-07-14 15:11:12 +01:00
committed by Jerry (Xinyu Hou)
parent 88214a0d3c
commit 5a9cbc97e3
7 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ std::stringstream _logStream;
#define LOG(s) \
_logStream.str(""); \
_logStream << "winmmjoy: " << s << std::endl; \
s_log( _logStream.str().c_str())
s_log(_logStream.str().c_str())
static bool s_running = true;
static void (*s_sendEvent)(const char*, void*) = NULL;