diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index bd28e36..5727e62 100644 --- a/src/types.h +++ b/src/types.h @@ -3,7 +3,7 @@ #include <stdint.h> -typedef uint32_t idx_t_; +typedef uint32_t idx_t; typedef uint32_t rune; typedef unsigned char uchar; |