From 923feec091affcb92879535619c9374b56d8aa68 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 20 May 2014 20:42:25 +0100 Subject: Fix line endings. --- atari/rootwin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atari') diff --git a/atari/rootwin.c b/atari/rootwin.c index b215d41b3..7938437b4 100755 --- a/atari/rootwin.c +++ b/atari/rootwin.c @@ -1535,8 +1535,8 @@ static void on_file_dropped(ROOTWIN *rootwin, short msg[8]) char * tmp_url = local_file_to_url(buff); if ((tmp_url != NULL) && nsurl_create(tmp_url, &ns_url) == NSERROR_OK) { - browser_window_navigate(gw->browser->bw, ns_url, NULL, - BW_NAVIGATE_HISTORY, + browser_window_navigate(gw->browser->bw, ns_url, NULL, + BW_NAVIGATE_HISTORY, NULL, NULL, NULL); nsurl_unref(ns_url); } -- cgit v1.2.3