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:
parent
efd09a5a70
commit
f6753ea76a
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user