]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-patch.c
extra-head-content: introduce another option for meta tags
[cgit.git] / ui-patch.c
index 69aa4a83d9dcc366efaa1fdd4e2ad6a9760b1b61..8007a1181224b8360c85d1553c5045263d12acba 100644 (file)
@@ -92,6 +92,4 @@ void cgit_print_patch(const char *new_rev, const char *old_rev,
                log_tree_commit(&rev, commit);
                printf("-- \ncgit %s\n\n", cgit_version);
        }
-
-       fflush(stdout);
 }