summaryrefslogtreecommitdiff
path: root/src/w32.h
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commitef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch)
tree1471dfc50643fdc560d1c94fff6318482fa8876b /src/w32.h
parent270af5640a046aab319b9988fc29f41a47681f92 (diff)
downloademacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32.h b/src/w32.h
index c8733c41a26..845aca26e30 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -112,11 +112,11 @@ extern char * w32_strerror (int error_no);
extern BOOL w32_get_long_filename (char * name, char * buf, int size);
/* Prepare our standard handles for proper inheritance by child processes. */
-extern void prepare_standard_handles (int in, int out,
+extern void prepare_standard_handles (int in, int out,
int err, HANDLE handles[4]);
/* Reset our standard handles to their original state. */
-extern void reset_standard_handles (int in, int out,
+extern void reset_standard_handles (int in, int out,
int err, HANDLE handles[4]);
/* Return the string resource associated with KEY of type TYPE. */