X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=blobdiff_plain;f=src%2Fstagit.c;h=6e20754ed9fe82f23f4ba30789bc13d31aef08d1;hp=6ffcea52cdbe0b730d7b363e4da01b2e740cf053;hb=14794fb8e99c0dcf8f6bdde7f612bd13cf1d513c;hpb=21e8dfcc33512a3f606fa7a4d3ffeaf42d8cdbe9 diff --git a/src/stagit.c b/src/stagit.c index 6ffcea5..6e20754 100644 --- a/src/stagit.c +++ b/src/stagit.c @@ -357,7 +357,7 @@ writeheader(FILE *fp, const char *title) fprintf(fp, "\n\n", relpath); fprintf(fp, "\n", name, relpath); - fprintf(fp, "\n", relpath); + fprintf(fp, "\n", relpath); fprintf(fp, "\n", relpath); fputs("\n\n
", fp); fprintf(fp, "\"\"", @@ -1154,7 +1154,7 @@ main(int argc, char *argv[]) strcpy(cwd, getcwd(cwd, sizeof(cwd))); cp("/usr/local/share/stagit/syntax.css", strcat(cwd, "/syntax.css")); strcpy(cwd, getcwd(cwd, sizeof(cwd))); - cp("/usr/local/share/stagit/style.min.css", strcat(cwd, "/style.min.css")); + cp("/usr/local/share/stagit/style.css", strcat(cwd, "/style.css")); /* strip .git suffix */ if (!(strippedname = strdup(name)))