diff options
Diffstat (limited to 'src/typedef.h')
-rw-r--r-- | src/typedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typedef.h b/src/typedef.h index 5dff622..8189240 100644 --- a/src/typedef.h +++ b/src/typedef.h @@ -1,7 +1,7 @@ #ifndef TYPEDEF_H #define TYPEDEF_H -// useful definitions +// useful definition #include <stdint.h> #include <stddef.h> typedef unsigned char small_t; |