Skip to content

Commit

Permalink
More string output fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockoS committed Oct 12, 2023
1 parent 684f4bd commit 99a0db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ static int data_extract_string(FILE *out, section_t *section, memmap_t *map, lab
}
}
}
if(j && c) {
fputc('"', out);
}
fputc('\n', out);
return 1;
}
Expand Down

0 comments on commit 99a0db9

Please sign in to comment.