diff options
Diffstat (limited to 'ui-tree.c')
| -rw-r--r-- | ui-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ int header = 0; | |||
| 15 | static void print_object(const unsigned char *sha1, char *path) | 15 | 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'>"; |
| 21 | 21 | ||
