Add missing static declaration in output/outieee.c

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

View File

@ -1299,7 +1299,7 @@ static void ieee_unqualified_name(char *dest, char *source)
} else
strcpy(dest, source);
}
void dbgls_init(void)
static void dbgls_init(void)
{
int tempint;