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

This commit is contained in:
lenz@mysql.com 2005-09-28 23:04:35 +02:00
parent 324f4be3d4
commit 972d85af8b

View File

@ -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);
}
}