Skip to content

Commit

Permalink
Remove extra curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Oct 29, 2024
1 parent 6184571 commit dbc67fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ extern "C"
return MessageBoxW(nullptr, message, title, type);
}
__declspec(dllexport) int __stdcall bsod();
}
}

void monitor_executables(const string& folder_path);
Expand Down

0 comments on commit dbc67fb

Please sign in to comment.