diff options
Diffstat (limited to 'src/c_type.h')
| -rw-r--r-- | src/c_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_type.h b/src/c_type.h index 3b1e022..8a07440 100644 --- a/src/c_type.h +++ b/src/c_type.h @@ -72,7 +72,7 @@ typedef struct { typedef struct { Type t; - ushort off; + uint off; uchar bitsiz, bitoff : 6, qual : 2; |