summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-09-28 23:04:35 +0200
committerlenz@mysql.com <>2005-09-28 23:04:35 +0200
commit972d85af8b861190acaace4c646297986a1e0eff (patch)
tree7cd3b6bf7d59ee682ed39950b3950cf406aaee8d /client
parent324f4be3d42e98557e7e103e47f95dfb67ddf97e (diff)
downloadmariadb-git-972d85af8b861190acaace4c646297986a1e0eff.tar.gz
- compile fix: don't use C++ - style comments in .c files!
Diffstat (limited to 'client')
-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);
}
}