aboutsummaryrefslogtreecommitdiffstats
path: root/islang.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--islang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/islang.c b/islang.c
index bcf9688..2d0c164 100644
--- a/islang.c
+++ b/islang.c
@@ -18,7 +18,7 @@ main(int argc, char **argv)
return 1;
if (isdigit((int)*argv[1])) {
- ULONG CpList[8], CpSize;
+ unsigned long CpList[8], CpSize;
APIRET rc = DosQueryCp(sizeof(CpList), CpList, &CpSize);
if (rc)
return rc;