diff options
author | Sven Hesse | 2011-08-22 09:48:42 +0200 |
---|---|---|
committer | Sven Hesse | 2011-08-22 09:48:42 +0200 |
commit | 4da83afa5ac735ffbc9e2b354170af09bc1a0e8d (patch) | |
tree | f26316af298e91a538b57482db6c4b4acef9fe3d | |
parent | 58ab4cdab79c2f55a96f373f948d47fabded68b4 (diff) | |
download | scummvm-rg350-4da83afa5ac735ffbc9e2b354170af09bc1a0e8d.tar.gz scummvm-rg350-4da83afa5ac735ffbc9e2b354170af09bc1a0e8d.tar.bz2 scummvm-rg350-4da83afa5ac735ffbc9e2b354170af09bc1a0e8d.zip |
BASE: Fix indentation
-rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 737ffa3b59..4fa1a961da 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -190,7 +190,7 @@ public: // static/dynamic plugin, like it's done for the engines LINK_PLUGIN(AUTO) LINK_PLUGIN(NULL) - #if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__) + #if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__) LINK_PLUGIN(WINDOWS) #endif #if defined(USE_ALSA) |