Commit Diff


commit - 39b01da589d56e506f6c6825251747e9529c8110
commit + 24541888c0ca5040eaad1afda87a8af1b79b377e
blob - 385b7ecbbc3c69eccbb6cda57920e7d8f27521a2
blob + 5f38af5b0c6763a70545931c03d88f214de45956
--- lib/pack.c
+++ lib/pack.c
@@ -39,7 +39,7 @@ verify_fanout_table(uint32_t *fanout_table)
 	return NULL;
 }
 
-const struct got_error *
+static const struct got_error *
 get_packfile_size(size_t *size, const char *path_idx)
 {
 	struct stat sb;