We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf624d commit 6be3e52Copy full SHA for 6be3e52
1 file changed
src/main/main.cpp
@@ -66,7 +66,7 @@ int main(int argc, char** argv)
66
67
spdlog::info("Dumped successfully");
68
69
- // skips atexit calls that cause a segfault on dota only while unregistering cvar callbacks
+ // skips atexit calls that cause a segfault only while unregistering cvar callbacks
70
#ifdef WIN32
71
TerminateProcess(GetCurrentProcess(), 0);
72
#else
0 commit comments