diff --git a/libctru/source/services/soc/soc_herror.c b/libctru/source/services/soc/soc_herror.c index 04a7e24..eb07250 100644 --- a/libctru/source/services/soc/soc_herror.c +++ b/libctru/source/services/soc/soc_herror.c @@ -4,7 +4,7 @@ void herror(const char *s) { if(s) - fiprintf(stderr, "%s\n", hstrerror(h_errno)); - else fiprintf(stderr, "%s: %s\n", s, hstrerror(h_errno)); + else + fiprintf(stderr, "%s\n", hstrerror(h_errno)); }