aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fringe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fringe.c b/src/fringe.c
index d8d80bb3fe9..fc4c738dc2d 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -101,7 +101,7 @@ struct fringe_bitmap
101 ...xx... 101 ...xx...
102*/ 102*/
103static unsigned short question_mark_bits[] = { 103static unsigned short question_mark_bits[] = {
104 0x3c, 0x7e, 0x7e, 0x0c, 0x18, 0x18, 0x00, 0x18, 0x18}; 104 0x3c, 0x7e, 0xc3, 0xc3, 0x0c, 0x18, 0x18, 0x00, 0x18, 0x18};
105 105
106/* An exclamation mark. */ 106/* An exclamation mark. */
107/* 107/*
@@ -117,7 +117,7 @@ static unsigned short question_mark_bits[] = {
117 ...XX... 117 ...XX...
118*/ 118*/
119static unsigned short exclamation_mark_bits[] = { 119static unsigned short exclamation_mark_bits[] = {
120 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x00, 0x18}; 120 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x00, 0x18, 0x18};
121 121
122/* An arrow like this: `<-'. */ 122/* An arrow like this: `<-'. */
123/* 123/*