summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/cocoa/BrowserView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cocoa/BrowserView.m b/frontends/cocoa/BrowserView.m
index 31d433515..110214d74 100644
--- a/frontends/cocoa/BrowserView.m
+++ b/frontends/cocoa/BrowserView.m
@@ -102,7 +102,7 @@ static const NSTimeInterval CaretBlinkTime = 0.8;
[self setCaretTimer:nil];
}
-- (void)addCaretAtX: (int)caretX Y: (int)caretY height: (int)caretHeight;
+- (void)addCaretAtX: (int)caretX Y: (int)caretY height: (int)caretHeight
{
if (hasCaret) {
[self setNeedsDisplayInRect:self.caretRect];