From 92323b780817d5c640837876c83ce278e1014e32 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Jun 2011 13:04:05 +0000 Subject: Code style fix. Thanks Kinnison. svn path=/trunk/netsurf/; revision=12504 --- render/html_interaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render') diff --git a/render/html_interaction.c b/render/html_interaction.c index 7373a25fd..834181cdc 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -471,8 +471,8 @@ void html_mouse_action(struct content *c, struct browser_window *bw, } else if (iframe) { int pos_x, pos_y; browser_window_get_position(iframe, false, &pos_x, &pos_y); - pos_x /= bw-> scale; - pos_y /= bw-> scale; + pos_x /= bw->scale; + pos_y /= bw->scale; if (mouse & BROWSER_MOUSE_CLICK_1 || mouse & BROWSER_MOUSE_CLICK_2) { -- cgit v1.2.3