diff options
Diffstat (limited to 'src/libgamma-error.c')
-rw-r--r-- | src/libgamma-error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgamma-error.c b/src/libgamma-error.c index cd63282..9374f8b 100644 --- a/src/libgamma-error.c +++ b/src/libgamma-error.c @@ -23,13 +23,13 @@ /** - * Group that the user needs to be a member of if `LIBGAMMA_DEVICE_REQUIRE_GROUP` is returned + * Group that the user needs to be a member of if `LIBGAMMA_DEVICE_REQUIRE_GROUP` is returned. */ gid_t libgamma_group_gid = 0; /** * Group that the user needs to be a member of if `LIBGAMMA_DEVICE_REQUIRE_GROUP` is returned, - * `NULL` if the name of the group `libgamma_group_gid` cannot be determined + * `NULL` if the name of the group `libgamma_group_gid` cannot be determined. */ const char* libgamma_group_name = NULL; |