mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
outcoff: BuildExportTable -- tab/space fix
Due to previous commit an indent by tab (occasionally) brought in. Fix it as well. No change on binary level. We're not that far from NASM release so it's a bit unpleasant manner to push in such trivial change. But since it's the previous commit dependent -- I dare to push it. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
bf8cebd813
commit
bc0113d977
@ -693,7 +693,7 @@ static void BuildExportTable(STRING **rvp)
|
||||
coff_sect_write(directive_sec, (uint8_t *)"-export:", 8);
|
||||
coff_sect_write(directive_sec, (uint8_t *)p->String, p->len);
|
||||
coff_sect_write(directive_sec, (uint8_t *)" ", 1);
|
||||
nasm_free(p->String);
|
||||
nasm_free(p->String);
|
||||
nasm_free(p);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user