Browse Source

fixed typo

Holger Jeromin 10 years ago
parent
commit
ce927d3502
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/amalgamate.py

+ 1 - 1
tools/amalgamate.py

@@ -75,7 +75,7 @@ else:
 for fname in args.inputs:
     if not "util.h" in fname:
         with open(fname) as infile:
-            file.write("/*********************************** amalgamated original file \"" + infile + "\" ***********************************/\n")
+            file.write("/*********************************** amalgamated original file \"" + fname + "\" ***********************************/\n")
             for line in infile:
                 inc_res = include_re.match(line)
                 guard_res = guard_re.match(line)