Add missing static declaration in output/outdbg.c

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2014-11-25 12:09:19 -08:00
parent 443b8e9b5f
commit 895ac7e53f

View File

@ -206,7 +206,7 @@ static int dbg_set_info(enum geninfo type, char **val)
char *types[] = {
"unknown", "label", "byte", "word", "dword", "float", "qword", "tbyte"
};
void dbgdbg_init(void)
static void dbgdbg_init(void)
{
fprintf(ofile, " With debug info\n");
}