summaryrefslogtreecommitdiff
path: root/client/mysqlshow.c
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-03-15 18:42:55 +0100
committerunknown <lenz@mysql.com>2003-03-15 18:42:55 +0100
commit41bad531ead68ab52ecef24084c7194eb2af8359 (patch)
tree7a708ff7cf2257ca1ee254df82367075171a4dea /client/mysqlshow.c
parent3d3e42547f818390b65eee86aaaeba74504b7e6b (diff)
downloadmariadb-git-41bad531ead68ab52ecef24084c7194eb2af8359.tar.gz
- fixed C++-style comments to make IBM C compiler happy
client/mysqlshow.c: - fixed C++-style comment to make IBM C 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 0b47e06534f..ccae43e4e27 100644
--- a/client/mysqlshow.c
+++ b/client/mysqlshow.c
@@ -84,7 +84,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];