summaryrefslogtreecommitdiff
path: root/src/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.c')
-rw-r--r--src/group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/group.c b/src/group.c
index 53e509e..037e570 100644
--- a/src/group.c
+++ b/src/group.c
@@ -73,12 +73,12 @@ void
get_group_list (char *delim, struct sbuf *buffer,
int *mark_start, int *mark_end)
{
- rp_group *cur;
+ rp_group *cur, *last;
if (buffer == NULL) return;
sbuf_clear (buffer);
- rp_group *last;
+
last = group_last_group ();
/* Generate the string. */