diff options
Diffstat (limited to 'drivers/isimodem/debug.c')
-rw-r--r-- | drivers/isimodem/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c index c99613f8..3d667b4f 100644 --- a/drivers/isimodem/debug.c +++ b/drivers/isimodem/debug.c @@ -1042,13 +1042,13 @@ static void hex_dump(const char *resname, uint8_t res, const char *name, ascii[k++] = g_ascii_isgraph(m[i]) ? m[i] : '.'; if ((j & 48) == 48) { - ofono_debug(" *%-48s : %.*s", hex, (int)k, ascii); + ofono_debug(" *%-48s : %.*s", hex, (int) k, ascii); j = 0, k = 0; } } if (j) - ofono_debug(" *%-48s : %.*s", hex, (int)k, ascii); + ofono_debug(" *%-48s : %.*s", hex, (int) k, ascii); } static const char *res_to_name(uint8_t res, uint8_t id) |