summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-03-25 03:21:42 +0000
committerPaul Smith <psmith@gnu.org>2003-03-25 03:21:42 +0000
commitacb2e6496630080a172d8938f0e0a459ee2929e2 (patch)
tree3c7d216b9badfed4c6fe43526dbdfb513e4512be /file.c
parent276d0c7c646eef13a40fcaccbda1a56bed1310c6 (diff)
downloadgunmake-acb2e6496630080a172d8938f0e0a459ee2929e2.tar.gz
Fix bug #2892.
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index b2767a2..77e3e6a 100644
--- a/file.c
+++ b/file.c
@@ -633,7 +633,7 @@ file_timestamp_sprintf (char *p, FILE_TIMESTAMP ts)
static void
print_file (const void *item)
{
- struct file *f = (struct file *)f;
+ struct file *f = (struct file *) item;
struct dep *d;
struct dep *ood = 0;