Skip to content

Commit

Permalink
Merge pull request #11 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Update main.c
  • Loading branch information
YuriiCrimson authored Apr 12, 2024
2 parents e415f9a + aa6e652 commit e64a816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExploitGSM_5_15_to_6_1/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ int main(void) {

if (getuid() != 0)
{
fprintf(stderr, "Error faild get root \n");
fprintf(stderr, "Error failed get root \n");
goto error_fail_root;
}

Expand Down

0 comments on commit e64a816

Please sign in to comment.