author | Martin Koegler <mkoegler@auto.tuwien.ac.at> | |
Tue, 1 May 2007 09:47:55 +0000 (11:47 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 1 May 2007 09:59:08 +0000 (02:59 -0700) | ||
commit | adb7b5fc86d96fc2baf5a5c0ce12fb581b3ad275 | |
tree | 74e94f8f33ccfded71dcaeb83442c8817c9b9237 | tree | snapshot |
parent | b5cc62f701abf8b903387a5d7c77a59f347d66fd | commit | diff |
Fix compilation of test-delta
The code used write_in_full() without pulling its declarations from the
header file. When header is included, usage[] collides with usage()
function.
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
The code used write_in_full() without pulling its declarations from the
header file. When header is included, usage[] collides with usage()
function.
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
test-delta.c | diff | blob | history |