summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index 5714c81..4cb473d 100644
--- a/remake.c
+++ b/remake.c
@@ -195,7 +195,7 @@ update_file (file, depth)
for (f = file; f != 0; f = f->prev)
{
register struct dep *d;
- char not_started = f->command_state == cs_not_started;
+ int not_started = f->command_state == cs_not_started;
status |= update_file_1 (f, depth);
check_renamed (f);