objdictgen/objdictgen.py
changeset 199 48b59c852636
parent 184 fb253029c7d4
child 283 e0b3096230e5
--- a/objdictgen/objdictgen.py	Mon May 14 09:05:18 2007 +0200
+++ b/objdictgen/objdictgen.py	Mon May 14 11:24:32 2007 +0200
@@ -66,7 +66,7 @@
             print "%s is not a valid file!"%fileIn
             sys.exit(-1)
         print "Writing output file"
-        result = manager.ExportCurrentToFile(fileOut)
+        result = manager.ExportCurrentToCFile(fileOut)
         if type(result) == UnicodeType:
             print result
             sys.exit(-1)