diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index 52007931..49c210e0 100644 --- a/src/utils.c +++ b/src/utils.c @@ -95,7 +95,7 @@ static char *_hexdump(const unsigned char *buf, int len, char *delim) return hexd_buff; } -char *bitdump(const uint8_t *bits, unsigned int len) +char *ubit_dump(const uint8_t *bits, unsigned int len) { int i; |