diff --git a/client/mysqltest.c b/client/mysqltest.c index 32dd7822872..28bf3005ddf 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -4315,7 +4315,7 @@ int main(int argc, char **argv) } else { - // Print the result to stdout + /* Print the result to stdout */ printf("%s", ds_res.str); } }