Documentation/everyday: match undefline with the text
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index a9eb7902c97dc33cbeefcb7d5c1c3a98d6cd2a65..8206039cfe9545b4f6eb6757dfd62bf468b3be52 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -482,7 +482,7 @@ extern int daemonize(void);
                                alloc = (nr); \
                        else \
                                alloc = alloc_nr(alloc); \
-                       x = xrealloc((x), alloc * sizeof(*(x))); \
+                       REALLOC_ARRAY(x, alloc); \
                } \
        } while (0)