diff options
Diffstat (limited to 'lib/xwrap.c')
-rw-r--r-- | lib/xwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xwrap.c b/lib/xwrap.c index 76b0ff37..78103555 100644 --- a/lib/xwrap.c +++ b/lib/xwrap.c @@ -310,7 +310,7 @@ int xopen(char *path, int flags) return xcreate(path, flags, 0); } -void xpipe(int pp) +void xpipe(int *pp) { if (pipe(pp)) perror_exit("xpipe"); } |