]> code.delx.au - gnu-emacs/blobdiff - src/xfaces.c
* composite.c (fill_gstring_header): Remove useless prototype.
[gnu-emacs] / src / xfaces.c
index 33a221fdd52ff9ece89ff4a9e6974ba5e2370f59..71709446c1d9c3c1eb16574f5ae2ab8284f41d7b 100644 (file)
@@ -6152,7 +6152,7 @@ face_at_string_position (struct window *w, Lisp_Object string,
   struct frame *f = XFRAME (WINDOW_FRAME (w));
   Lisp_Object attrs[LFACE_VECTOR_SIZE];
   struct face *base_face;
-  int multibyte_p = STRING_MULTIBYTE (string);
+  bool multibyte_p = STRING_MULTIBYTE (string);
   Lisp_Object prop_name = mouse_p ? Qmouse_face : Qface;
 
   /* Get the value of the face property at the current position within