summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2009-09-30 14:26:15 +0200
committerMySQL Build Team <build@mysql.com>2009-09-30 14:26:15 +0200
commit9b28e81413a7bc307c478173472b80cf07242ceb (patch)
tree3b896951cecf92edc9fc7ae831f33080a24c2816
parent97f1600d2d29d404498fbb861cb8d71433a25e6a (diff)
downloadmariadb-git-9b28e81413a7bc307c478173472b80cf07242ceb.tar.gz
Backport into build-200909301147-5.0.84sp1
> ------------------------------------------------------------ > revno: 2802.1.1 > tags: mysql-5.0.86 > revision-id: hery.ramilison@sun.com-20090909185217-mooeczu391ztp2fz > parent: joro@sun.com-20090902123318-8qe40pr91xmui5ue > committer: hery <hery.ramilison@sun.com> > branch nick: mysql-5.0.86-release > timestamp: Wed 2009-09-09 20:52:17 +0200 > message: > change c++ comment to c comment
-rw-r--r--client/mysqltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 24d021b7239..40c8b6bba46 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -1404,7 +1404,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)