aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccl.c b/src/ccl.c
index b9dd47ff17c..55e7422511c 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1253,7 +1253,7 @@ ccl_driver (ccl, source, destination, src_size, dst_size, charset_list)
1253 { 1253 {
1254 Lisp_Object opl; 1254 Lisp_Object opl;
1255 opl = HASH_VALUE (h, op); 1255 opl = HASH_VALUE (h, op);
1256 if (! CHARACTERP (XINT (opl))) 1256 if (! CHARACTERP (opl))
1257 CCL_INVALID_CMD; 1257 CCL_INVALID_CMD;
1258 reg[RRR] = charset_unicode; 1258 reg[RRR] = charset_unicode;
1259 reg[rrr] = op; 1259 reg[rrr] = op;