aboutsummaryrefslogtreecommitdiff
path: root/AmpelJonas/cRender.h
diff options
context:
space:
mode:
Diffstat (limited to 'AmpelJonas/cRender.h')
-rw-r--r--AmpelJonas/cRender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AmpelJonas/cRender.h b/AmpelJonas/cRender.h
index 1ff3416..848619d 100644
--- a/AmpelJonas/cRender.h
+++ b/AmpelJonas/cRender.h
@@ -9,7 +9,7 @@
#include <term.h>
#include <sys/ioctl.h>
- typedef char WORD;
+ typedef int WORD;
#elif _WIN32
#include <Windows.h>
#else