aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac.c b/src/mac.c
index dfe5b01761e..0ccedfdea7c 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -2795,7 +2795,7 @@ sys_select (n, rfds, wfds, efds, timeout)
2795 2795
2796 do 2796 do
2797 { 2797 {
2798 EMACS_TIME select_timeout 2798 EMACS_TIME select_timeout;
2799 SELECT_TYPE orfds = *rfds; 2799 SELECT_TYPE orfds = *rfds;
2800 int r; 2800 int r;
2801 OSErr err; 2801 OSErr err;