Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 68258be97d84e4d023dccc748c8220b9892bc6cb..37ef9d8a0058bb0cc7826b2a22706064a3f6d3d7 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-449,7
+449,7
@@
extern int init_db(const char *template_dir, unsigned int flags);
alloc = alloc_nr(alloc); \
x = xrealloc((x), alloc * sizeof(*(x))); \
} \
- } while(0)
+ } while
(0)
/* Initialize and use the cache information */
extern int read_index(struct index_state *);