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 | df1660986e207ed0e7bdd4516a147ac83d983d1e (patch) | |
tree | 766017d83ac02bb925763c0476c316e4b280b03e /client | |
parent | 607c399f8b65d4016d55b2e3c76c5322e87a30d9 (diff) | |
download | mariadb-git-df1660986e207ed0e7bdd4516a147ac83d983d1e.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) |