diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-16 23:43:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-16 23:43:35 +0000 |
commit | df884f9d9a6999890c7c96f22bc64d510eb01070 (patch) | |
tree | dae56ecd60734ab0387daf55d9cfaac91eb17afc | |
parent | 498f1b50f764cd9d8c686c1dbf4ea0ee914c837f (diff) | |
download | gunmake-df884f9d9a6999890c7c96f22bc64d510eb01070.tar.gz |
Formerly file.c.~13~
-rw-r--r-- | file.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -450,8 +450,7 @@ print_file_data_base () } break; default: - puts ("# Invalid value in `command_state -' member!"); + puts ("# Invalid value in `command_state' member!"); fflush (stdout); fflush (stderr); abort (); |