summaryrefslogtreecommitdiff
path: root/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.c b/buffer.c
index 2bc0efe..df9f7f6 100644
--- a/buffer.c
+++ b/buffer.c
@@ -800,7 +800,7 @@ static void buffer_render_char(TextBuffer *buffer, Font *font, TextRenderState *
state->x = tab_stop;
} break;
default:
- text_char_with_state(font, state, c);
+ text_char_with_state(font, state, c);
break;
}
}