]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixing typo in sys_select.
authorSteven Tamm <steventamm@mac.com>
Mon, 19 Jul 2004 05:20:01 +0000 (05:20 +0000)
committerSteven Tamm <steventamm@mac.com>
Mon, 19 Jul 2004 05:20:01 +0000 (05:20 +0000)
src/mac.c

index dfe5b01761e1c6a9b1a871603571ae4631dafce0..0ccedfdea7c0eea1b2f7438030455a1eb34b2c0a 100644 (file)
--- a/src/mac.c
+++ b/src/mac.c
@@ -2795,7 +2795,7 @@ sys_select (n, rfds, wfds, efds, timeout)
 
       do
        {
-         EMACS_TIME select_timeout
+         EMACS_TIME select_timeout;
          SELECT_TYPE orfds = *rfds;
          int r;
          OSErr err;