From ff23d2497286c8d4876009642bf6d35a2b9b2856 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 10 Nov 2011 23:03:18 +0100 Subject: utils: Fix a bad double osmo_ prefix for osmo_hexdump_nospc Hopefully no project where using them it seems Signed-off-by: Sylvain Munaut --- include/osmocom/core/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/core') diff --git a/include/osmocom/core/utils.h b/include/osmocom/core/utils.h index 940c25f8..315757c9 100644 --- a/include/osmocom/core/utils.h +++ b/include/osmocom/core/utils.h @@ -34,7 +34,7 @@ int osmo_hexparse(const char *str, uint8_t *b, int max_len); char *osmo_ubit_dump(const uint8_t *bits, unsigned int len); char *osmo_hexdump(const unsigned char *buf, int len); -char *osmo_osmo_hexdump_nospc(const unsigned char *buf, int len); +char *osmo_hexdump_nospc(const unsigned char *buf, int len); #define osmo_static_assert(exp, name) typedef int dummy##name [(exp) ? 1 : -1]; -- cgit v1.2.3