mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Fixed obj_fwrite() declaration to match "static" definition.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user