summaryrefslogtreecommitdiff
path: root/client/mysqlshow.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/mysqlshow.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/mysqlshow.c')
-rw-r--r--client/mysqlshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlshow.c b/client/mysqlshow.c
index e6e21f177ef..9b376872ff8 100644
--- a/client/mysqlshow.c
+++ b/client/mysqlshow.c
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
}
*to= *pos;
}
- *to= *pos; // just to copy a '\0' if '\\' was used
+ *to= *pos; /* just to copy a '\0' if '\\' was used */
}
if (first_argument_uses_wildcards)
wild= argv[--argc];