Skip to content

Commit

Permalink
core - bug fix
Browse files Browse the repository at this point in the history
Co-Authored-By: ricewind012 <[email protected]>
  • Loading branch information
shdwmtr and ricewind012 committed Jun 23, 2024
1 parent 8c742ab commit 567eb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void HandleSignalInterrupt(int sig)

int main()
{
HandleSignalInterrupt(SIGINT, handle_sigint);
signal(SIGINT, HandleSignalInterrupt);

EntryMain();
return 1;
Expand Down

0 comments on commit 567eb81

Please sign in to comment.