diff options
Diffstat (limited to 'islang.c')
-rw-r--r-- | islang.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |