projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2635a4
)
- Minor correction to shut up compiler warning.
author
Filip Navara
<filip.navara@gmail.com>
Sun, 15 Aug 2004 00:51:51 +0000
(
00:51
+0000)
committer
Filip Navara
<filip.navara@gmail.com>
Sun, 15 Aug 2004 00:51:51 +0000
(
00:51
+0000)
svn path=/trunk/; revision=10547
reactos/tools/makedep.c
patch
|
blob
|
history
diff --git
a/reactos/tools/makedep.c
b/reactos/tools/makedep.c
index
774677b
..
8395063
100644
(file)
--- 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 ))