projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e658a69
)
Fix the Haiku build
author
Po Lu
<luangruo@yahoo.com>
Sun, 28 Apr 2024 11:52:27 +0000
(11:52 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 28 Apr 2024 11:52:27 +0000
(11:52 +0000)
* src/haikuterm.c (haiku_draw_text_decoration): Remove stray
closing parenthesis.
src/haikuterm.c
patch
|
blob
|
history
diff --git
a/src/haikuterm.c
b/src/haikuterm.c
index 4a03c4cb2d5a6d5003a3d9b9d322646bf01fd3ad..158ec68a44b7ae9a80acda6aa52d69a1ca831794 100644
(file)
--- 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;