summaryrefslogtreecommitdiffstats
path: root/cmd-find-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-04-01 20:53:47 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-04-01 20:53:47 +0000
commitc829bdf5370e2f96f533beb627cbb5062a68ae80 (patch)
treefc2bed243f0f7d06e28d493be718fa248fb65e4a /cmd-find-window.c
parent20d10c608d0f6f9e111677656e8d11680d3fc47b (diff)
Minor style nits - return ().
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