diff --git a/client/mysqltest.c b/client/mysqltest.c index eef9a7d50af..e28ec503d89 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -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); } }