summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-03-06 13:51:37 +0100
committerlenz@mysql.com <>2003-03-06 13:51:37 +0100
commit113e499b433391d6748e14971d6bcc4873b2e0db (patch)
tree5014f882e1a9c5827918bbdc797374f99b68801c /client/mysqldump.c
parentdaeb031925855120a2d743fdb7a008c6ad23d9e1 (diff)
downloadmariadb-git-113e499b433391d6748e14971d6bcc4873b2e0db.tar.gz
- Changed C++-style comments to C-style comments to make IBM compiler happy
Diffstat (limited to 'client/mysqldump.c')
-rw-r--r--client/mysqldump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 1e0f68eb94e..49bc56890fb 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -1480,7 +1480,7 @@ static ulong find_set(TYPELIB *lib, const char *x, uint length,
uint find;
char buff[255];
- *err_pos= 0; // No error yet
+ *err_pos= 0; /* No error yet */
while (end > x && my_isspace(system_charset_info, end[-1]))
end--;