Missing semicolons.

This commit is contained in:
Alexander Ljungberg
2011-11-10 12:30:05 +00:00
parent 7147266ddf
commit b1f6f3ddfa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ var _CPAttachedWindow_attachedWindowShouldClose_ = 1 << 0,
// CPMaxXEdge
originRight.x += aRect.size.width;
originRight.y += (aRect.size.height / 2.0) - (CPRectGetHeight([self frame]) / 2.0)
originRight.y += (aRect.size.height / 2.0) - (CPRectGetHeight([self frame]) / 2.0);
// CPMinXEdge
originLeft.x -= CPRectGetWidth([self frame]);
+1 -1
View File
@@ -64,7 +64,7 @@
- (id)initWithFrame:(CGRect)aFrame
{
self = [super initWithFrame:aFrame]
self = [super initWithFrame:aFrame];
if (self)
[self _init];