summaryrefslogtreecommitdiff
path: root/client/mysqlshow.c
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-03-06 13:51:37 +0100
committerunknown <lenz@mysql.com>2003-03-06 13:51:37 +0100
commit37211b4a03a57fa8db0ab2208978f223efeb9014 (patch)
tree5014f882e1a9c5827918bbdc797374f99b68801c /client/mysqlshow.c
parent9cbc3df7c3dc30fbc78c922592352d2044167b91 (diff)
downloadmariadb-git-37211b4a03a57fa8db0ab2208978f223efeb9014.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];