aboutsummaryrefslogtreecommitdiff
path: root/cmd-find-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-find-window.c')
-rw-r--r--cmd-find-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-find-window.c b/cmd-find-window.c
index c1dde2e2..3ac3c68b 100644
--- a/cmd-find-window.c
+++ b/cmd-find-window.c
@@ -75,7 +75,7 @@ cmd_find_window_match_flags(struct args *args)
if (match_flags == 0)
match_flags = CMD_FIND_WINDOW_ALL;
- return match_flags;
+ return (match_flags);
}
int