aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 222bc96a35b..8241be623d8 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -1432,7 +1432,7 @@ w32_encode_char (c, char2b, font_info, two_byte_p)
1432 ccl->reg[2] = BYTE2 (*char2b); 1432 ccl->reg[2] = BYTE2 (*char2b);
1433 } 1433 }
1434 1434
1435 ccl_driver (ccl, NULL, NULL, 0, 0, NULL); 1435 ccl_driver (ccl, NULL, NULL, 0, 0, NULL, Qnil);
1436 1436
1437 /* We assume that MSBs are appropriately set/reset by CCL 1437 /* We assume that MSBs are appropriately set/reset by CCL
1438 program. */ 1438 program. */