Skip to content

Commit

Permalink
minor bugfix to autogenerated message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo committed Dec 17, 2014
1 parent fe2fb5a commit 7232901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ let compile quiet in_filename =
List.iter out_files ~f:(fun (filename, lines) ->
Out_channel.with_file ~binary:false filename ~f:(fun file ->
Out_channel.output_string file
"//This file was automatically generated by $(tname). Do not edit it by hand.\n";
"//This file was automatically generated by scfgc. Do not edit it by hand.\n";
Out_channel.output_lines file lines
));

Expand Down

0 comments on commit 7232901

Please sign in to comment.