One more time

This commit is contained in:
angt
2015-12-24 17:35:01 +01:00
parent 97641d6dda
commit c81ad0a7c6

View File

@@ -36,7 +36,7 @@ void gt_fatal (const char *fmt, ...)
void gt_na (const char *name) void gt_na (const char *name)
{ {
gt_log("%s is not available on your platform!\n", name); gt_log("%s is not available on your platform\n", name);
} }
int gt_tohex (char *dst, size_t dst_size, const uint8_t *src, size_t src_size) int gt_tohex (char *dst, size_t dst_size, const uint8_t *src, size_t src_size)