X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/4d534c82fb65897999ade6867534ab952a9bc019..4cc7be2f1b2212541321468f58762879985a5411:/src/main.c?ds=sidebyside diff --git a/src/main.c b/src/main.c index 186ac59..1fddc26 100644 --- a/src/main.c +++ b/src/main.c @@ -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 ||