summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index b1d50e59b..485dcbc19 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1917,7 +1917,7 @@ static int handle_parkedcalls(int fd, int argc, char *argv[])
numparked++;
}
ast_mutex_unlock(&parking_lock);
- ast_cli(fd, "%d parked call%s.\n", numparked, (numparked != 1) ? "s" : "");
+ ast_cli(fd, "%d parked call%s.\n", numparked, ESS(numparked));
return RESULT_SUCCESS;