summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
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 c2c2e86..0d577d1 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;