summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/mysqltest.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}