[macruby-changes] [1210] MacRuby/branches/experimental/io.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 27 12:40:38 PDT 2009


Revision: 1210
          http://trac.macosforge.org/projects/ruby/changeset/1210
Author:   pthomson at apple.com
Date:     2009-03-27 12:40:37 -0700 (Fri, 27 Mar 2009)
Log Message:
-----------
Whoops. Forgot a parenthesis.

Modified Paths:
--------------
    MacRuby/branches/experimental/io.c

Modified: MacRuby/branches/experimental/io.c
===================================================================
--- MacRuby/branches/experimental/io.c	2009-03-27 19:35:10 UTC (rev 1209)
+++ MacRuby/branches/experimental/io.c	2009-03-27 19:40:37 UTC (rev 1210)
@@ -210,7 +210,7 @@
 	} while (pid == -1 && errno == EINTR);
 
 	/* Remove the entry from the linked list. */
-	if (last == NULL
+	if (last == NULL)
 		pidlist = cur->next;
 	else
 		last->next = cur->next;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090327/4df2fcad/attachment-0001.html>


More information about the macruby-changes mailing list