summaryrefslogtreecommitdiff
path: root/atari/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/search.c')
-rw-r--r--atari/search.c2
1 files changed, 1 insertions, 1 deletions
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 );
}
}