diff options
| -rw-r--r-- | test/line_style.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/line_style.cxx b/test/line_style.cxx index f0f65fb3c..28b87363a 100644 --- a/test/line_style.cxx +++ b/test/line_style.cxx @@ -115,7 +115,7 @@ void makeform(const char *) { form->end(); } -main(int argc, char **argv) { +int main(int argc, char **argv) { makeform(argv[0]); form->show(argc,argv); return Fl::run(); |
