mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
Add missing static declaration in rdoff/rdfdump.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
236f7949e4
commit
ef18237372
@ -1,6 +1,6 @@
|
||||
/* ----------------------------------------------------------------------- *
|
||||
*
|
||||
* Copyright 1996-2009 The NASM Authors - All Rights Reserved
|
||||
* Copyright 1996-2014 The NASM Authors - All Rights Reserved
|
||||
* See the file AUTHORS included with the NASM distribution for
|
||||
* the specific copyright holders.
|
||||
*
|
||||
@ -49,7 +49,7 @@
|
||||
|
||||
FILE *infile;
|
||||
|
||||
void print_header(int32_t length, int rdf_version)
|
||||
static void print_header(int32_t length, int rdf_version)
|
||||
{
|
||||
char buf[129], t, l, s, flags;
|
||||
uint8_t reclen;
|
||||
|
Loading…
Reference in New Issue
Block a user