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 804796b..2d252b6 100644 --- a/src/libs/stdio.hpp +++ b/src/libs/stdio.hpp @@ -23,5 +23,5 @@ void printi(int i); /** * Print an integer as hex using itoh() */ -void printh(int h); +void printh(u64 h); |
