Reformat some too-long lines

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2016-06-27 18:00:56 +02:00
parent 532ecdd36f
commit c920bf0b01
2 changed files with 6 additions and 3 deletions

View File

@ -122,7 +122,8 @@ main (int argc, char *argv[])
fd = fopen (exefile, "rb");
fscanf (fd, "%s", exename);
hProcess = OpenProcess (PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, 0, winpid);
hProcess = OpenProcess (PROCESS_QUERY_INFORMATION | PROCESS_VM_READ,
0, winpid);
if (!hProcess)
error (1, EPERM, "cannot attach to process %d", pid);