diff options
Diffstat (limited to 'test-scrap-cache-tree.c')
-rw-r--r-- | test-scrap-cache-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-scrap-cache-tree.c b/test-scrap-cache-tree.c index 6efee31a48..5b2fd09908 100644 --- a/test-scrap-cache-tree.c +++ b/test-scrap-cache-tree.c @@ -5,7 +5,7 @@ static struct lock_file index_lock; -int main(int ac, char **av) +int cmd_main(int ac, const char **av) { hold_locked_index(&index_lock, 1); if (read_cache() < 0) |