Marc-Andre Lemburg <mal@lemburg.com>:

Fixed a quote bug. Thanks to Fredrik Lundh.
This commit is contained in:
Marc-André Lemburg 2000-06-30 10:30:35 +00:00
parent f28dd83b86
commit a4657f736c

View file

@ -50,7 +50,7 @@ typedef struct
out = open(headerFileName, "w")
out.write(header)
out = open(cFileName, "w")
out.write("#include "%s"\n" % headerFileName)
out.write("#include \"%s\"\n" % headerFileName)
out.write(code)
perfHash.generate_graph(out)
out.write("""