Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockKnockP committed Jun 29, 2024
1 parent 2c65ea3 commit 9d11260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/windows/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,8 @@ void ResetTryAgainInTime() {
g_tryAgainTimerElapse = 500;
}

const LPTSTR g_tStartupArg = TEXT(" --startup");
const LPSTR g_StartupArg = "--startup";
const TCHAR g_tStartupArg[] = TEXT(" --startup");
const CHAR g_StartupArg[] = "--startup";

bool g_bFromStartup = false;

Expand Down

0 comments on commit 9d11260

Please sign in to comment.