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:
@ -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];
|
||||
|
Reference in New Issue
Block a user