Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/ui-tree.c b/ui-tree.c index 15d1f5a..d6bcec3 100644 --- a/ ui-tree.c+++ b/ ui-tree.c |
|
@@ -16,5 +16,5 @@ static void print_object(const unsigned char *sha1, char *path) |
16 | { |
16 | { |
17 | enum object_type type; |
17 | enum object_type type; |
18 | unsigned char *buf; |
18 | char *buf; |
19 | unsigned long size, lineno, start, idx; |
19 | unsigned long size, lineno, start, idx; |
20 | const char *linefmt = "<tr><td class='no'><a name='%1$d'>%1$d</a></td><td class='txt'>"; |
20 | const char *linefmt = "<tr><td class='no'><a name='%1$d'>%1$d</a></td><td class='txt'>"; |
|