We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c3906 commit 4934107Copy full SHA for 4934107
shim.c
@@ -6,7 +6,7 @@
6
7
#define MAX_FILENAME_SIZE 512
8
9
-BOOL WINAPI ctrlhandler(DWORD fdwCtrlType )
+BOOL WINAPI ctrlhandler(DWORD fdwCtrlType)
10
{
11
switch (fdwCtrlType) {
12
// Ignore all events, and let the child process
0 commit comments