From caf918d2f28f600184036aef3f096024d3af62a7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 6 Jul 2014 11:01:39 +0100 Subject: fixup merge of scheduled reformat --- cocoa/gui.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/gui.m b/cocoa/gui.m index 405dab9c2..8f08fc7fa 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -135,7 +135,7 @@ static void gui_window_set_scroll(struct gui_window *g, int sx, int sy) static void cocoa_window_reformat(struct gui_window *gw) { if (gw != NULL) { - [[(BrowserViewController *)g browserView] reformat ]; + [[(BrowserViewController *)gw browserView] reformat ]; } } -- cgit v1.2.3