summaryrefslogtreecommitdiffstats
path: root/winsup/utils/pldd.c
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/pldd.c')
-rw-r--r--winsup/utils/pldd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/utils/pldd.c b/winsup/utils/pldd.c
index 84c5b9168..f97741950 100644
--- a/winsup/utils/pldd.c
+++ b/winsup/utils/pldd.c
@@ -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);