Fixed doxystar argv parameter (compile error with Linux/gcc 4.3.3)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7467 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2010-04-07 21:35:21 +00:00
parent efd09a5a70
commit f6753ea76a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ char linebuf[1024];
int main(int argc, char *argv) {
int main(int argc, char **argv) {
if (argc!=1) {
puts("Add stars (*) in front of multi-line doxygen comments");
puts("to protect comment indentation from code beautifiers.");