From 7232901de7e9ea5bd4c3ae080cdc65d12f8a24dd Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 17 Dec 2014 21:50:47 -0200 Subject: [PATCH] minor bugfix to autogenerated message --- main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ml b/main.ml index b318a21..afef57a 100644 --- a/main.ml +++ b/main.ml @@ -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 ));