Commit 972d85af authored by lenz@mysql.com's avatar lenz@mysql.com

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

parent 324f4be3
......@@ -4081,7 +4081,7 @@ int main(int argc, char **argv)
}
else
{
// Print the result to stdout
/* Print the result to stdout */
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