mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
- Minor correction to shut up compiler warning.
svn path=/trunk/; revision=10547
This commit is contained in:
parent
e2635a47ed
commit
f530a33909
1 changed files with 1 additions and 1 deletions
|
@ -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 ))
|
||||
|
|
Loading…
Reference in a new issue