summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index bfff2de..c15e21b 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -1992,7 +1992,7 @@ find_group (char *str)
int n;
/* Exact matches are special cases. */
- if (group = groups_find_group_by_name (str, 1))
+ if ((group = groups_find_group_by_name (str, 1)))
return group;
/* Check if the user typed a group number. */