aboutsummaryrefslogtreecommitdiffstats
path: root/cqrlogo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cqrlogo.c')
-rw-r--r--cqrlogo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cqrlogo.c b/cqrlogo.c
index 612d620..1e51bfc 100644
--- a/cqrlogo.c
+++ b/cqrlogo.c
@@ -90,7 +90,7 @@ int main(int argc, char **argv) {
free(pattern);
/* initialize type system for glib < 2.36 */
-#ifndef GLIB_VERSION_2_26
+#ifndef GLIB_VERSION_2_36
g_type_init();
#endif