1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00

Make DoWarning static

git-svn-id: svn://svn.cc65.org/cc65/trunk@1689 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-12-01 23:40:01 +00:00
parent ab25c627c8
commit 6106ec729e

View File

@ -71,7 +71,7 @@ static void CheckError (const char* S)
}
void DoWarning (void)
static void DoWarning (void)
/* Warn the user that the TGI driver is needed for this program */
{
printf ("Warning: This program needs the TGI\n"