imcontextime: Add missing semicolon

I wonder how thoroughly this was tested... ;)
This commit is contained in:
Benjamin Otte 2019-05-21 07:18:50 +02:00
parent b36b9323fc
commit ca2bffc060

View File

@ -879,7 +879,7 @@ gtk_im_context_ime_set_preedit_font (GtkIMContext *context)
widget = gtk_root_get_for_surface (context_ime->client_surface); widget = gtk_root_get_for_surface (context_ime->client_surface);
if (!widget) if (!widget)
return return;
hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface); hwnd = gdk_win32_surface_get_impl_hwnd (context_ime->client_surface);
himc = ImmGetContext (hwnd); himc = ImmGetContext (hwnd);