diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 08:55:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 08:55:25 +0200 |
commit | 35fd624b0fc86557e48702744af8899efd3d58ce (patch) | |
tree | ded2952379bf4b5b109351a73d7ce5581efdaf57 | |
parent | stylo (diff) | |
download | libgamma-35fd624b0fc86557e48702744af8899efd3d58ce.tar.gz libgamma-35fd624b0fc86557e48702744af8899efd3d58ce.tar.bz2 libgamma-35fd624b0fc86557e48702744af8899efd3d58ce.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/lib/libgamma-facade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h index b151ec5..40d29ea 100644 --- a/src/lib/libgamma-facade.h +++ b/src/lib/libgamma-facade.h @@ -249,7 +249,7 @@ void libgamma_crtc_free(libgamma_crtc_state_t* restrict this); /** * Restore the gamma ramps for a CRTC to the system settings for that CRTC. * - * @param this The CRTC state + * @param this The CRTC state. * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ |