summaryrefslogtreecommitdiffstats
path: root/NativeApp/src/Linux/LinuxMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NativeApp/src/Linux/LinuxMain.cpp')
-rw-r--r--NativeApp/src/Linux/LinuxMain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NativeApp/src/Linux/LinuxMain.cpp b/NativeApp/src/Linux/LinuxMain.cpp
index b5882bb..dec0c92 100644
--- a/NativeApp/src/Linux/LinuxMain.cpp
+++ b/NativeApp/src/Linux/LinuxMain.cpp
@@ -487,6 +487,8 @@ int x_main()
glXDestroyContext(display, ctx);
XDestroyWindow(display, win);
XCloseDisplay(display);
+
+ return 0;
}
int main(int argc, char** argv)