aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-02 05:20:46 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-02 05:20:46 +0200
commitde629a5e2253ebe8911ba7cea1a80a0e64486c66 (patch)
treedba071d0efee296d9267b9d27f3ce6a08a12674c
parentm + cython code for creating states (diff)
downloadpylibgamma-de629a5e2253ebe8911ba7cea1a80a0e64486c66.tar.gz
pylibgamma-de629a5e2253ebe8911ba7cea1a80a0e64486c66.tar.bz2
pylibgamma-de629a5e2253ebe8911ba7cea1a80a0e64486c66.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/libgamma_native_facade.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgamma_native_facade.pyx b/src/libgamma_native_facade.pyx
index d7e5ce7..33ba606 100644
--- a/src/libgamma_native_facade.pyx
+++ b/src/libgamma_native_facade.pyx
@@ -166,7 +166,7 @@ cdef extern from "libgamma/libgamma-method.h":
# The partition this CRTC belongs to.
size_t crtc
- #* The index of the CRTC within its partition.
+ # The index of the CRTC within its partition.
ctypedef struct libgamma_crtc_information_t: