aboutsummaryrefslogtreecommitdiff
path: root/codepage.h
diff options
context:
space:
mode:
Diffstat (limited to 'codepage.h')
-rw-r--r--codepage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codepage.h b/codepage.h
index 8775865..de5db7f 100644
--- a/codepage.h
+++ b/codepage.h
@@ -16,7 +16,7 @@
*/
typedef struct Codepage_l {
- int nr;
+ int nr;
unsigned char tounix[128];
} Codepage_t;