From f2cda2e1a707033ac582e791c45eeb3d0feaa70d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Nov 2014 16:03:37 +0000 Subject: fix typo in cocoa frontend context cleanup --- cocoa/BrowserView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/BrowserView.m b/cocoa/BrowserView.m index d07cb5411..e8567f056 100644 --- a/cocoa/BrowserView.m +++ b/cocoa/BrowserView.m @@ -490,7 +490,7 @@ static browser_mouse_state cocoa_mouse_flags_for_event( NSEvent *evt ) NSMenu *popupMenu = [[NSMenu alloc] initWithTitle: @""]; NSPoint point = [self convertMousePoint: event]; - struct browser_window_features; + struct browser_window_features cont; browser_window_get_features(browser, point.x, point.y, &cont); -- cgit v1.2.3