From a4c7e4f057176ecda47d96314c2938b78ada71bf Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 24 Feb 2004 13:50:19 +0000 Subject: Many compiler warning cleanups. Small fixes for W32 (from Jonathan Grant ) Maintainer enhancements to clean up the tree. --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.c') diff --git a/file.c b/file.c index c2c2e86a..0d577d15 100644 --- a/file.c +++ b/file.c @@ -526,7 +526,7 @@ snap_deps (void) /* Set the `command_state' member of FILE and all its `also_make's. */ void -set_command_state (struct file *file, int state) +set_command_state (struct file *file, enum cmd_state state) { struct dep *d; -- cgit v1.2.1