the repository which powers this website
Diffstat (limited to 'ui-commit.c')
| -rw-r--r-- | ui-commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c index 972e9bc4..26b8cf78 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -15,7 +15,7 @@ #include "ui-diff.h" #include "ui-log.h" -void cgit_print_commit(char *hex, const char *prefix) +void _orig_cgit_print_commit(char *hex, const char *prefix) { struct commit *commit, *parent; struct commitinfo *info, *parent_info; |