diff options
Diffstat (limited to 'textscreen/examples/calculator.c')
-rw-r--r-- | textscreen/examples/calculator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textscreen/examples/calculator.c b/textscreen/examples/calculator.c index 79f8b6ee..e9ed1bf7 100644 --- a/textscreen/examples/calculator.c +++ b/textscreen/examples/calculator.c @@ -159,6 +159,8 @@ int main(int argc, char *argv[]) TXT_GUIMainLoop(); + TXT_Shutdown(); + return 0; } |