diff options
Diffstat (limited to 'textscreen/examples/calculator.c')
-rw-r--r-- | textscreen/examples/calculator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/examples/calculator.c b/textscreen/examples/calculator.c index af4cb3d4..0c416f7c 100644 --- a/textscreen/examples/calculator.c +++ b/textscreen/examples/calculator.c @@ -148,7 +148,7 @@ void BuildGUI() UpdateInputBox(); } -int main() +int main(int argc, char *argv[]) { TXT_Init(); TXT_SetDesktopTitle("Calculator demo"); |