From 51361adaf6be15f404dd0e0c6988cd6a41d7c5ed Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Sep 2005 23:04:35 +0200 Subject: [PATCH] - compile fix: don't use C++ - style comments in .c files! --- client/mysqltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }