summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unicode-extra.h')
-rw-r--r--src/unicode-extra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicode-extra.h b/src/unicode-extra.h
index befec7a..be3b28b 100644
--- a/src/unicode-extra.h
+++ b/src/unicode-extra.h
@@ -3,6 +3,6 @@
#include <stdint.h>
-int vt100_char_width(uint32_t codepoint, int wide_emoji);
+int vt100_char_width(uint32_t codepoint);
#endif