[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 94a9e41a9d3 1/2: Fix the Haiku build
From: |
Po Lu |
Subject: |
master 94a9e41a9d3 1/2: Fix the Haiku build |
Date: |
Sun, 28 Apr 2024 08:58:06 -0400 (EDT) |
branch: master
commit 94a9e41a9d333f946b74b175a8a7133595498805
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
Fix the Haiku build
* src/haikuterm.c (haiku_draw_text_decoration): Remove stray
closing parenthesis.
---
src/haikuterm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/haikuterm.c b/src/haikuterm.c
index 4a03c4cb2d5..158ec68a44b 100644
--- a/src/haikuterm.c
+++ b/src/haikuterm.c
@@ -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;