aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: