aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wince/stub.cpp')
-rw-r--r--backends/platform/wince/stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wince/stub.cpp b/backends/platform/wince/stub.cpp
index 6cf525eb2a..9dad8638e1 100644
--- a/backends/platform/wince/stub.cpp
+++ b/backends/platform/wince/stub.cpp
@@ -41,7 +41,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPWSTR szCmdLine, int sw) {
* resolve imported symbols to a dll from an executable.
* 2) But wait! DLLs can have any way of importing/exporting symbols
* between them. Hmmm...
- *
+ *
* Right! The solution is thus: We build everything as a dll. This means
* the individual engines (plugins) and also the scummvm core application.
* It is in fact "The sub-DLL solution" described over at edll