From f11bc85a344c58a5b7a788ac5abe69e9c49f1ed3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 24 Oct 2020 00:23:05 +0200 Subject: [PATCH] no spaces --- client/src/cmdhflist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhflist.c b/client/src/cmdhflist.c index dff2b6345..fb3cb3c97 100644 --- a/client/src/cmdhflist.c +++ b/client/src/cmdhflist.c @@ -419,7 +419,7 @@ void annotateIclass(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize, bool uint8_t key[8]; if (check_known_default(csn, epurse, rmac, tmac, key)) { - snprintf(exp, size, "( " _GREEN_("%s") ")", sprint_hex(key, 8)); + snprintf(exp, size, "( " _GREEN_("%s") " )", sprint_hex_inrow(key, 8)); } curr_state = PICO_NONE; }