Skip to content

Commit 49de427

Browse files
authored
Merge pull request #1 from catnotadog/patch-1
Update main.c
2 parents 2d915ce + 95d6020 commit 49de427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MultiRoblox/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ HWND g_textbox;
88

99
int main()
1010
{
11-
CreateMutex(0, 1, L"ROBLOX_singletonMutex");
11+
CreateMutex(0, 1, L"ROBLOX_singletonEvent");
1212

1313
HINSTANCE hInstance = GetModuleHandle(NULL);
1414

1515
return WinMain(hInstance, NULL, NULL, SW_SHOWDEFAULT);
16-
}
16+
}

0 commit comments

Comments
 (0)