From ca2bffc06024d12b65995900f2b61de09051bd8e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 21 May 2019 07:18:50 +0200 Subject: [PATCH] imcontextime: Add missing semicolon I wonder how thoroughly this was tested... ;) --- gtk/gtkimcontextime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkimcontextime.c b/gtk/gtkimcontextime.c index ab972c90e6..1814e7b30b 100644 --- a/gtk/gtkimcontextime.c +++ b/gtk/gtkimcontextime.c @@ -879,7 +879,7 @@ gtk_im_context_ime_set_preedit_font (GtkIMContext *context) widget = gtk_root_get_for_surface (context_ime->client_surface); if (!widget) - return + return; hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface); himc = ImmGetContext (hwnd);