mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 21:25:30 +08:00
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:
+1
-1
@@ -32,7 +32,7 @@ char linebuf[1024];
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char *argv) {
|
int main(int argc, char **argv) {
|
||||||
if (argc!=1) {
|
if (argc!=1) {
|
||||||
puts("Add stars (*) in front of multi-line doxygen comments");
|
puts("Add stars (*) in front of multi-line doxygen comments");
|
||||||
puts("to protect comment indentation from code beautifiers.");
|
puts("to protect comment indentation from code beautifiers.");
|
||||||
|
|||||||
Reference in New Issue
Block a user