From 57b67570de7c0a677531bf889bb4761cd0a97124 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 23 Jun 2016 10:04:49 +0200 Subject: fix a spello which caused a compilation failure --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bytecode.c b/src/bytecode.c index 076319f4..12aebf84 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -68,7 +68,7 @@ typedef struct colm_struct struct_t; i = (type) w; \ } while(0) - #define read_type_p( type, i, p ) do { \ + #define read_type_p( Type, i, p ) do { \ i = ((Type) p[0]); \ i |= ((Type) p[1]) << 8; \ i |= ((Type) p[2]) << 16; \ -- cgit v1.2.1