- Minor correction to shut up compiler warning.

svn path=/trunk/; revision=10547
This commit is contained in:
Filip Navara 2004-08-15 00:51:51 +00:00
parent e2635a47ed
commit f530a33909

View file

@ -598,9 +598,9 @@ static void output_dependencies(void)
INCL_FILE *pFile;
int i, column;
FILE *file = NULL;
#if 0
char buffer[1024];
#if 0
if (Separator && ((file = fopen( OutputFileName, "r+" ))))
{
while (fgets( buffer, sizeof(buffer), file ))