diff options
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
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. */ |