aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index a808bc5e001..56ec9349e8d 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -2094,8 +2094,8 @@ If successful, the new layout id is returned, otherwise nil.")
2094 DWORD kl; 2094 DWORD kl;
2095 2095
2096 CHECK_CONS (layout); 2096 CHECK_CONS (layout);
2097 CHECK_NUMBER (XCAR (layout)); 2097 CHECK_NUMBER_CAR (layout);
2098 CHECK_NUMBER (XCDR (layout)); 2098 CHECK_NUMBER_CDR (layout);
2099 2099
2100 kl = (XINT (XCAR (layout)) & 0xffff) 2100 kl = (XINT (XCAR (layout)) & 0xffff)
2101 | (XINT (XCDR (layout)) << 16); 2101 | (XINT (XCDR (layout)) << 16);