Add missing parentesis

This commit is contained in:
Gergely Polonkai 2014-11-12 10:14:24 +01:00
parent e21e6eb6aa
commit c56b925bfd
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
(if (and (not recent-glib) need-private)
(concat
" g_type_class_add_private(klass, sizeof(" ClassFullName "Private);\n"
" g_type_class_add_private(klass, sizeof(" ClassFullName "Private));\n"
"\n"))
" gobject_class->finalize = " func-prefix "_finalize;\n"