aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/pocketpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/pocketpc.cpp')
-rw-r--r--backends/wince/pocketpc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/wince/pocketpc.cpp b/backends/wince/pocketpc.cpp
index 6adb61b0b3..4d4406a3a6 100644
--- a/backends/wince/pocketpc.cpp
+++ b/backends/wince/pocketpc.cpp
@@ -1499,8 +1499,8 @@ uint32 OSystem_WINCE3::property(int param, Property *value) {
}
void OSystem_WINCE3::quit() {
- unload_gfx_mode();
- exit(1);
+ unload_gfx_mode();
+ exit(0);
}
/* CDRom Audio */