mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00:00
Fix various things that sparse complains about:
- use NULL instead of 0
- make sure we declare everything properly, or mark it static
- use proper function declarations ("fn(void)" instead of "fn()")
Sparse is always right.
807 B
807 B