From a0ee3fab1ed1058630f646f6222b67da9768639c Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 14 Jan 2020 16:08:01 -0800 Subject: Linux native app: fixed return code --- NativeApp/src/Linux/LinuxMain.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NativeApp/src/Linux/LinuxMain.cpp') 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) -- cgit v1.2.3