Fix some missing sign conversions

This commit is contained in:
jsteube
2016-09-30 18:39:31 +02:00
parent 8bf2d0eb5d
commit 892eccfd14
7 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include <ctype.h>
int is_valid_hex_char (const u8 c);
bool is_valid_hex_char (const u8 c);
u8 hex_convert (const u8 c);