summaryrefslogtreecommitdiff
path: root/src/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.c')
-rw-r--r--src/group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group.c b/src/group.c
index e5c3373..95d8605 100644
--- a/src/group.c
+++ b/src/group.c
@@ -55,7 +55,7 @@ char *get_gflags(GROUP *g){
return g->flags;
}
-void set_gflags(GROUP *g, char *p){
+void set_gflags(GROUP *g, const char *p){
assert(g != NULL);
strcpy(g->flags, p);
}