vcs-svn: add a comment before each commit
[gitweb.git] / fast-import.c
index 6c37b8400a143db55e3e16c6a3af788aa0467322..e1268b8cb4ae2ac482928b23e6a3a04bf78c7fcb 100644 (file)
@@ -2848,7 +2848,7 @@ static struct object_entry *dereference(struct object_entry *oe,
                                        unsigned char sha1[20])
 {
        unsigned long size;
-       void *buf = NULL;
+       char *buf = NULL;
        if (!oe) {
                enum object_type type = sha1_object_info(sha1, NULL);
                if (type < 0)