aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/md4.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/md4.c')
-rwxr-xr-xcode/qcommon/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/md4.c b/code/qcommon/md4.c
index 03fbcc2..e530b07 100755
--- a/code/qcommon/md4.c
+++ b/code/qcommon/md4.c
@@ -12,7 +12,7 @@ typedef unsigned char *POINTER;
typedef unsigned short int UINT2;
/* UINT4 defines a four byte word */
-typedef unsigned long int UINT4;
+typedef unsigned int UINT4;
/* MD4.H - header file for MD4C.C */