Skip to content

Commit

Permalink
thcrap: Minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zero318 committed Aug 27, 2022
1 parent 6ded858 commit cb3b493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thcrap/src/expression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static TH_NOINLINE void InvalidValueErrorMessage(const char *const str) {
}

static TH_NOINLINE void InvalidPatchValueTypeErrorMessage(void) {
log_print("EXPRESSION ERROR 5: Invalid patch value type!");
log_print("EXPRESSION ERROR 5: Invalid patch value type!\n");
}

typedef uint8_t op_t;
Expand Down
2 changes: 1 addition & 1 deletion thcrap/src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ int thcrap_init_binary(size_t stage_num, HMODULE module)

if (stages_remaining != 0) {
log_printf(
"Initialization stage %d...\n"
"Initialization stage %zu...\n"
"-------------------------\n",
stage_num
);
Expand Down

0 comments on commit cb3b493

Please # to comment.