reformat code

This commit is contained in:
CismonX 2020-06-10 23:50:05 +08:00
parent 6b67936d16
commit af42c44645
No known key found for this signature in database
GPG Key ID: 315D6652268C5007
2 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ u6a_err_unexpected_eof(const char* stage, int after) {
U6A_COLD void
u6a_err_unprintable_ch(const char* stage, int got) {
fprintf(stderr, "%s[%s]: printable character or '\\n' expected, 0x%02x given.\n", prog_name, stage, got);
fprintf(stderr, "%s: [%s] printable character or '\\n' expected, 0x%02x given.\n", prog_name, stage, got);
}
U6A_COLD void