diff options
author | hery <hery.ramilison@sun.com> | 2009-09-09 20:52:17 +0200 |
---|---|---|
committer | hery <hery.ramilison@sun.com> | 2009-09-09 20:52:17 +0200 |
commit | c07381bae2a35be08f5ad14df8a3b6a604189695 (patch) | |
tree | 766017d83ac02bb925763c0476c316e4b280b03e /client | |
parent | bb4c5acfb3e9a906b07d3ad7a3a131e2379807af (diff) | |
download | mariadb-git-c07381bae2a35be08f5ad14df8a3b6a604189695.tar.gz |
change c++ comment to c comment
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 2 |
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) |