mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +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;
|
INCL_FILE *pFile;
|
||||||
int i, column;
|
int i, column;
|
||||||
FILE *file = NULL;
|
FILE *file = NULL;
|
||||||
|
#if 0
|
||||||
char buffer[1024];
|
char buffer[1024];
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (Separator && ((file = fopen( OutputFileName, "r+" ))))
|
if (Separator && ((file = fopen( OutputFileName, "r+" ))))
|
||||||
{
|
{
|
||||||
while (fgets( buffer, sizeof(buffer), file ))
|
while (fgets( buffer, sizeof(buffer), file ))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue