mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01: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