[macruby-changes] [783] MacRuby/trunk/objc.m

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 9 21:01:34 PST 2009


Revision: 783
          http://trac.macosforge.org/projects/ruby/changeset/783
Author:   lsansonetti at apple.com
Date:     2009-01-09 21:01:34 -0800 (Fri, 09 Jan 2009)
Log Message:
-----------
testing a commit from git-svn

Modified Paths:
--------------
    MacRuby/trunk/objc.m

Modified: MacRuby/trunk/objc.m
===================================================================
--- MacRuby/trunk/objc.m	2009-01-08 10:18:44 UTC (rev 782)
+++ MacRuby/trunk/objc.m	2009-01-10 05:01:34 UTC (rev 783)
@@ -118,8 +118,9 @@
 	    nested++;
 	}
 	else if (*type == end) {
-	    if (nested == 0)
+	    if (nested == 0) {
 		return type;
+	    }
 	    nested--;
 	}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090109/02ae326f/attachment.html>


More information about the macruby-changes mailing list