10 Jan
2009
10 Jan
'09
5:01 a.m.
Revision: 783 http://trac.macosforge.org/projects/ruby/changeset/783 Author: lsansonetti@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--; } }