summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 48f100a2d9..cb6e8c8071 100644
--- a/error.c
+++ b/error.c
@@ -232,7 +232,7 @@ VALUE
exc_new(etype, ptr, len)
VALUE etype;
char *ptr;
- UINT len;
+ unsigned len;
{
VALUE exc = obj_alloc(etype);