summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhery <hery.ramilison@sun.com>2009-09-09 20:52:17 +0200
committerhery <hery.ramilison@sun.com>2009-09-09 20:52:17 +0200
commita93791f4f7d219fea83cef04243857292a34942b (patch)
tree766017d83ac02bb925763c0476c316e4b280b03e
parent7d15d39f2afc958264f62b0e29b1c3c56645f4fb (diff)
downloadmariadb-git-a93791f4f7d219fea83cef04243857292a34942b.tar.gz
change c++ comment to c commentmysql-5.0.86
-rw-r--r--client/mysqltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 79df511641d..4f8e6cdac99 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -1406,7 +1406,7 @@ void show_diff(DYNAMIC_STRING* ds,
else
diff_name = 0;
#else
- diff_name = "diff"; // Otherwise always assume it's called diff
+ diff_name = "diff"; /* Otherwise always assume it's called diff */
#endif
if (diff_name)