1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- Changed C++-style comments to C-style comments to make IBM compiler happy

This commit is contained in:
unknown
2003-03-06 13:51:37 +01:00
parent 9cbc3df7c3
commit 37211b4a03
5 changed files with 23 additions and 23 deletions

View File

@ -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];