Commit 51361ada authored by unknown's avatar unknown

- compile fix: don't use C++ - style comments in .c files!

parent 68045dfd
...@@ -4081,7 +4081,7 @@ int main(int argc, char **argv) ...@@ -4081,7 +4081,7 @@ int main(int argc, char **argv)
} }
else else
{ {
// Print the result to stdout /* Print the result to stdout */
printf("%s", ds_res.str); printf("%s", ds_res.str);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment