1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Added a "const".

committer: mfx <mfx> 974916065 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-11-22 18:01:05 +00:00
parent e14017fc8b
commit f1d51ab624

View File

@ -530,7 +530,7 @@ static int _getopt_internal (int argc, char **argv, const char *optstring,
{
char c = *nextchar++;
char *temp = my_index (optstring, c);
const char *temp = my_index (optstring, c);
/* Increment `optind' when we start to process its last character. */
if (*nextchar == '\0')