diff options
Diffstat (limited to 'eel/eel-gtk-macros.h')
-rw-r--r-- | eel/eel-gtk-macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/eel-gtk-macros.h b/eel/eel-gtk-macros.h index 2bf8e064..ff614c83 100644 --- a/eel/eel-gtk-macros.h +++ b/eel/eel-gtk-macros.h @@ -119,7 +119,7 @@ G_STMT_START { \ ? 0 \ : ((* class_cast_macro (G_OBJECT_GET_CLASS (object))->signal) \ parameters) \ - + #ifndef G_DISABLE_ASSERT /* Define a signal that is not implemented by this class but must be |