diff options
| -rw-r--r-- | src/emacsgtkfixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c index 6df0b2422b1..f675bd76d97 100644 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c | |||
| @@ -184,7 +184,7 @@ static void emacs_fixed_gtk_widget_size_allocate (GtkWidget *widget, | |||
| 184 | 184 | ||
| 185 | } | 185 | } |
| 186 | 186 | ||
| 187 | #endif | 187 | #endif /* HAVE_XWIDGETS */ |
| 188 | 188 | ||
| 189 | static void | 189 | static void |
| 190 | emacs_fixed_class_init (EmacsFixedClass *klass) | 190 | emacs_fixed_class_init (EmacsFixedClass *klass) |