From 48aac8801df86e743f5890a3cdc4882d0af89a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 25 Jul 2021 15:16:22 +0200 Subject: Convert remaining function definitions --- src/group.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/group.c') diff --git a/src/group.c b/src/group.c index ca38329..5a743a8 100644 --- a/src/group.c +++ b/src/group.c @@ -121,7 +121,9 @@ ReleaseOptionList(OptionListType *lp) /**************************************************************************** ****************************************************************************/ -GroupType *CreateGroup() { +GroupType * +CreateGroup() +{ GroupType *tp; tp = Allocate(sizeof(GroupType)); -- cgit v1.2.3