[gtk/win32-enable-werror: 7/10] imcontextime: Add missing semicolon



commit ca2bffc06024d12b65995900f2b61de09051bd8e
Author: Benjamin Otte <otte redhat com>
Date:   Tue May 21 07:18:50 2019 +0200

    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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]