ECC-1393: Fix error C2440

This commit is contained in:
Shahram Najm 2022-05-21 16:13:38 +01:00
parent a747e6b9d5
commit 2cda55de73
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ int getopt(int argc, char* argv[], const char* optstring)
{
static char* next = 0;
char c;
char* cp;
const char* cp;
if (optind == 0)
next = 0;