Revision
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

Diff

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--;
 	}
     }