diff options
-rw-r--r-- | remake.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ update_file (file, depth) return 0; default: - error ("internal error: `%s' command_state == %d in update_file_1", + error ("internal error: `%s' command_state == %d in update_file", f->name, (int) f->command_state); abort (); break; |