diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2000-06-08 07:50:23 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2000-06-08 07:50:23 +0000 |
| commit | 483c894a32e4f0a7e34361bbcf34bd1a5527ce4d (patch) | |
| tree | eee64b7506ca3d55e4b5cb9f635bee1f5bc1bc48 /test | |
| parent | b95dc9dde2bb6731210e7cbd067cb41dca98edae (diff) | |
Added return type to main() in line_style.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1181 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -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(); |
