From f530a33909362232a731ac4ad66da99d41fc6c9d Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sun, 15 Aug 2004 00:51:51 +0000 Subject: [PATCH] - Minor correction to shut up compiler warning. svn path=/trunk/; revision=10547 --- reactos/tools/makedep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/makedep.c b/reactos/tools/makedep.c index 774677be57f..8395063f14f 100644 --- a/reactos/tools/makedep.c +++ b/reactos/tools/makedep.c @@ -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 )) -- 2.17.1