summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_groupcount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_groupcount.c b/apps/app_groupcount.c
index ab31a3942..57c00c820 100755
--- a/apps/app_groupcount.c
+++ b/apps/app_groupcount.c
@@ -204,6 +204,7 @@ static int group_show_channels(int fd, int argc, char *argv[])
ast_cli(fd, "%d active channel%s\n", numchans, (numchans != 1) ? "s" : "");
return RESULT_SUCCESS;
+#undef FORMAT_STRING
}
static char *tdesc = "Group Management Routines";