about summary refs log tree commit diff
path: root/mscan.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-09-07 20:57:49 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-09-07 20:57:49 +0200
commit77d7f8c7f6254dd35cdb532196dc69e33e08cea7 (patch)
treeb98b1df1098b5b2029179d42fec5cbb2fe405561 /mscan.c
parent06cc4bd693ab70f60b87e7da9191c66f68c3c52f (diff)
downloadmblaze-77d7f8c7f6254dd35cdb532196dc69e33e08cea7.tar.gz
mblaze-77d7f8c7f6254dd35cdb532196dc69e33e08cea7.tar.xz
mblaze-77d7f8c7f6254dd35cdb532196dc69e33e08cea7.zip
mscan: style
Diffstat (limited to 'mscan.c')
-rw-r--r--mscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mscan.c b/mscan.c
index f3fdab9..39115c5 100644
--- a/mscan.c
+++ b/mscan.c
@@ -506,8 +506,8 @@ main(int argc, char *argv[])
 	curyday = tm->tm_yday;
 
 	setlocale(LC_ALL, "");  // for wcwidth later
-	if (wcwidth(0xFFFD) > 0)
-		replacement = 0xFFFD;
+	if (wcwidth(0xfffd) > 0)
+		replacement = 0xfffd;
 
 	struct winsize w;
 	if (ioctl(1, TIOCGWINSZ, &w) == 0)