]> granicus.if.org Git - python/commitdiff
Marc-Andre Lemburg <mal@lemburg.com>:
authorMarc-André Lemburg <mal@egenix.com>
Fri, 30 Jun 2000 10:30:35 +0000 (10:30 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 30 Jun 2000 10:30:35 +0000 (10:30 +0000)
Fixed a quote bug. Thanks to Fredrik Lundh.

Tools/perfecthash/GenUCNHash.py

index 724ddbd80b0e1045c15d3962865c23a7afce4648..31a0590c50d9a12ebb7edd51232078dac9b57d44 100644 (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("""