author | Linus Torvalds <torvalds@g5.osdl.org> | |
Sun, 3 Jul 2005 17:00:01 +0000 (10:00 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Sun, 3 Jul 2005 17:00:01 +0000 (10:00 -0700) | ||
commit | 7ec4e60819764128351d526a77859a403c0d4ff4 | |
tree | 14dd6f61be4a7f272f068ebfd8e378f73648d53a | tree | snapshot |
parent | 4d235c8044a638108b67e22f94b2876657130fc8 | commit | diff |
Fix gcc warning in send-pack.c
send_pack() was declared to return "int" (although nobody cared), but
didn't actually return anything.
send_pack() was declared to return "int" (although nobody cared), but
didn't actually return anything.
send-pack.c | diff | blob | history |