]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the Haiku build
authorPo Lu <luangruo@yahoo.com>
Sun, 28 Apr 2024 11:52:27 +0000 (11:52 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 15:05:50 +0000 (17:05 +0200)
* src/haikuterm.c (haiku_draw_text_decoration): Remove stray
closing parenthesis.

(cherry picked from commit 94a9e41a9d333f946b74b175a8a7133595498805)

src/haikuterm.c

index 4a03c4cb2d5a6d5003a3d9b9d322646bf01fd3ad..158ec68a44b7ae9a80acda6aa52d69a1ca831794 100644 (file)
@@ -830,7 +830,7 @@ haiku_draw_text_decoration (struct glyph_string *s, struct face *face,
       if (face->underline == FACE_UNDERLINE_WAVE)
        haiku_draw_underwave (s, width, x);
       else if (face->underline == FACE_UNDERLINE_SINGLE
-              || face->underline == FACE_UNDERLINE_DOUBLE_LINE))
+              || face->underline == FACE_UNDERLINE_DOUBLE_LINE)
        {
          unsigned long thickness, position;
          int y;