about summary refs log tree commit diff stats
path: root/ui-patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-patch.c')
-rw-r--r--ui-patch.c2
1 files changed, 0 insertions, 2 deletions
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,
92 log_tree_commit(&rev, commit); 92 log_tree_commit(&rev, commit);
93 printf("-- \ncgit %s\n\n", cgit_version); 93 printf("-- \ncgit %s\n\n", cgit_version);
94 } 94 }
95
96 fflush(stdout);
97} 95}