diff options
Diffstat (limited to 'textscreen/examples/guitest.c')
-rw-r--r-- | textscreen/examples/guitest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/examples/guitest.c b/textscreen/examples/guitest.c index f3d27582..9c96e2e5 100644 --- a/textscreen/examples/guitest.c +++ b/textscreen/examples/guitest.c @@ -178,7 +178,7 @@ void DrawASCIIChart() } } -int main() +int main(int argc, char *argv[]) { TXT_Init(); |