diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gistatic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gistatic.c b/src/gistatic.c index d07cf17..217f3dd 100644 --- a/src/gistatic.c +++ b/src/gistatic.c @@ -260,7 +260,7 @@ static const char *const STYLE_STR = "" " padding-right: 1em;\n" "}\n" "\n" - "footer { \n" + "footer {\n" " text-align: center;\n" "}\n" ""; @@ -1641,7 +1641,7 @@ static int repo_write_snapshots( goto loop_cleanup; } - printf("reference name: %s\n", git_reference_shorthand(ref)); + // printf("reference name: %s\n", git_reference_shorthand(ref)); // https://github.com/ionescu007/minlzma // https://git.tukaani.org/?p=xz.git;a=tree;f=src;h=665b39e6439f1bb5afd9181ec0890c2ed26d047e;hb=HEAD |