Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
parent
88214a0d3c
commit
5a9cbc97e3
|
@ -69,8 +69,8 @@ ArchPluginWindows::load()
|
|||
void* lib = reinterpret_cast<void*>(library);
|
||||
String filename = synergy::string::removeFileExt(*it);
|
||||
m_pluginTable.insert(std::make_pair(filename, lib));
|
||||
|
||||
const char* version = (char*)invoke(filename.c_str(), "version",NULL);
|
||||
|
||||
if (version == NULL) {
|
||||
version = kPre174Plugin;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue