Correct func4.c

This commit is contained in:
cyp0633 2022-04-20 11:12:56 +08:00
parent 461065e4db
commit 30300e60c6
Signed by: cyp0633
GPG Key ID: E1BC508A994A5138
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ int func4(int x, int y, int z)
ret = func4(x, y, a);
return 2 * ret;
}
if (a <= x)
if (a == x)
{
return 0;
}