Kaydet (Commit) a4657f73 authored tarafından Marc-André Lemburg's avatar Marc-André Lemburg

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

Fixed a quote bug. Thanks to Fredrik Lundh.
üst f28dd83b
......@@ -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("""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment