X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/86a6d358f7a6c2432fde86b9e3c5011a656f20e4..b522a302c9c4fb9fd9e1ea829ee990afc74980ca:/ui-patch.c diff --git a/ui-patch.c b/ui-patch.c index 69aa4a8..8007a11 100644 --- a/ui-patch.c +++ b/ui-patch.c @@ -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); }