comparison src/w32proc.c @ 21742:b1c3fe58dbbe

(sys_kill): Fix indenting.
author Geoff Voelker <voelker@cs.washington.edu>
date Thu, 23 Apr 1998 23:43:22 +0000
parents fe4f5bfae371
children b7a2370ee82d
comparison
equal deleted inserted replaced
21741:3d1ce72aa7b9 21742:b1c3fe58dbbe
1349 { 1349 {
1350 DebPrint (("sys_kill.GenerateConsoleCtrlEvent return %d " 1350 DebPrint (("sys_kill.GenerateConsoleCtrlEvent return %d "
1351 "for pid %lu\n", GetLastError (), pid)); 1351 "for pid %lu\n", GetLastError (), pid));
1352 errno = EINVAL; 1352 errno = EINVAL;
1353 rc = -1; 1353 rc = -1;
1354 } 1354 }
1355 } 1355 }
1356 else 1356 else
1357 { 1357 {
1358 if (NILP (Vw32_start_process_share_console) && cp && cp->hwnd) 1358 if (NILP (Vw32_start_process_share_console) && cp && cp->hwnd)
1359 { 1359 {