Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Feb 28, 2024
1 parent 8f38a09 commit 0c33635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ static void Execute(char *pathin)

JpgViewer(tmp);
} else if (genCmpFileExt(tmp, "IRX")) {
goto IRXcheckheader;
goto CheckELF_path; // because we now check for IRX header first
} else
Execute(tmp);
}
Expand Down

0 comments on commit 0c33635

Please sign in to comment.