Modified: MacRuby/trunk/objc.m (782 => 783)
--- 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--;
}
}