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