Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 3, 2024
1 parent cf1fcde commit 002ca70
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,8 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
} else {
start_monitoring(FOLDER_PATH);
}
}void start_monitoring(const char* folder_path = FOLDER_PATH)
{
if (!running)
{
running = true;
thread(monitor_executables, folder_path).detach();
}
break;
}
}

Expand Down

0 comments on commit 002ca70

Please sign in to comment.