Skip to content

Commit

Permalink
Add missing parentesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergely Polonkai committed Nov 12, 2014
1 parent e21e6eb commit c56b925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gobgen.el
Expand Up @@ -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"
Expand Down

0 comments on commit c56b925

Please sign in to comment.