From badc87f343895e66d5c550075165165da3e4f6a6 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Fri, 11 Jan 2013 23:53:46 +0100 Subject: Use windowes objc_w* and form_w* functions, this should respect the window area, but it doesn't. --- atari/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/search.c') diff --git a/atari/search.c b/atari/search.c index b58105638..d535d5517 100644 --- a/atari/search.c +++ b/atari/search.c @@ -318,7 +318,7 @@ SEARCH_FORM_SESSION open_browser_search(struct gui_window * gw) if (dlgtree == NULL) { dlgtree = get_tree(SEARCH); - if (dlgtree == NULL ) { + if (dlgtree == NULL) { return( NULL ); } } -- cgit v1.2.3