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