-rw-r--r-- | ui-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,3 +17,3 @@ static void print_object(const unsigned char *sha1, char *path) enum object_type type; - unsigned char *buf; + char *buf; unsigned long size, lineno, start, idx; |
index : patchwork/cgit.git | ||
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | ui-tree.c | 2 |
@@ -17,3 +17,3 @@ static void print_object(const unsigned char *sha1, char *path) enum object_type type; - unsigned char *buf; + char *buf; unsigned long size, lineno, start, idx; |