diff options
Diffstat (limited to 'src/libs/stdio.hpp')
| -rw-r--r-- | src/libs/stdio.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/stdio.hpp b/src/libs/stdio.hpp index f48ae81..fd266a5 100644 --- a/src/libs/stdio.hpp +++ b/src/libs/stdio.hpp @@ -33,4 +33,4 @@ void printh(int h); /** * Print an integer as hex using itoh() truncated to size */ -void printh(int h, int size); +void printh(int h, u32 size); |
