summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/hex2bin_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/hex2bin/hex2bin_main.c')
-rw-r--r--apps/system/hex2bin/hex2bin_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/system/hex2bin/hex2bin_main.c b/apps/system/hex2bin/hex2bin_main.c
index f3acc44cd..6610491e4 100644
--- a/apps/system/hex2bin/hex2bin_main.c
+++ b/apps/system/hex2bin/hex2bin_main.c
@@ -257,8 +257,7 @@ int hex2bin_main(int argc, char **argv)
(enum hex2bin_swap_e)swap);
if (ret < 0)
{
- fprintf(stderr, "ERROR: Failed to convert \"%s\" to binary: %d\n",
- ret);
+ fprintf(stderr, "ERROR: Failed to convert to binary: %d\n", ret);
}
/* Clean up and return */