From 15c904d6589a731773e4b765a91ac481d92e142c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Mon, 3 Mar 2014 03:46:58 +0100 Subject: Silence warning in previous commit. --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. */ -- cgit v1.2.3