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

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

This commit is contained in:
lenz@mysql.com
2003-03-15 18:42:55 +01:00
parent 0830fbcced
commit efbb9d45c1
2 changed files with 5 additions and 5 deletions

View File

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