Author: AlbrechtS
Date: 2010-04-07 14:35:21 -0700 (Wed, 07 Apr 2010)
New Revision: 7467
Log:
Fixed doxystar argv parameter (compile error with Linux/gcc 4.3.3)
Modified:
branches/branch-1.3/misc/doxystar.cxx
Modified: branches/branch-1.3/misc/doxystar.cxx
===================================================================
--- branches/branch-1.3/misc/doxystar.cxx 2010-04-07 19:24:49 UTC (rev
7466)
+++ branches/branch-1.3/misc/doxystar.cxx 2010-04-07 21:35:21 UTC (rev
7467)
@@ -32,7 +32,7 @@
-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.");
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit