mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
Fixed obj_fwrite() declaration to match "static" definition.
This commit is contained in:
parent
68d52b7737
commit
8b2a72881c
@ -2272,7 +2272,7 @@ static void obj_write_file(int debuginfo)
|
||||
nasm_free(orp);
|
||||
}
|
||||
|
||||
void obj_fwrite(ObjRecord * orp)
|
||||
static void obj_fwrite(ObjRecord * orp)
|
||||
{
|
||||
unsigned int cksum, len;
|
||||
uint8_t *ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user