]> git.draconx.ca Git - gob-dx.git/blobdiff - src/main.c
Release 2.0.14
[gob-dx.git] / src / main.c
index 186ac59cd794a3828e0a2a968fea8dfed9c1ae17..1fddc2658791f085a1d73a490d3a3cf8c4fd8136 100644 (file)
@@ -3078,7 +3078,7 @@ open_files(void)
        outfilebase = g_strconcat (fullfilebase, for_cpp ? ".cc" : ".c", NULL);
        outfile = g_strconcat(outfilebase, no_touch ? "#gob#" : "", NULL);
 
-       outfilehbase = g_strconcat (fullfilebase, ".h");
+       outfilehbase = g_strconcat (fullfilebase, ".h", NULL);
        outfileh = g_strconcat(outfilehbase, no_touch_headers ? "#gob#" : "", NULL);
 
        if ((privates > 0 || protecteds > 0 ||