aboutsummaryrefslogtreecommitdiff
path: root/backends/x11/x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/x11/x11.cpp')
-rw-r--r--backends/x11/x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/x11/x11.cpp b/backends/x11/x11.cpp
index 3a2e362a1d..bf7b01e278 100644
--- a/backends/x11/x11.cpp
+++ b/backends/x11/x11.cpp
@@ -649,7 +649,7 @@ bool OSystem_X11::show_mouse(bool visible)
void OSystem_X11::quit()
{
- exit(1);
+ exit(0);
}
void OSystem_X11::draw_mouse()