summaryrefslogtreecommitdiff
path: root/ot_vector.h
diff options
context:
space:
mode:
authorerdgeist <>2007-11-06 12:03:11 +0000
committererdgeist <>2007-11-06 12:03:11 +0000
commitbbbaa0e09d21b1f224acb1dc21b10192af086b46 (patch)
tree96ad13b78fb881f1b027e919c6d849346aef3ea5 /ot_vector.h
parent8900cc0dd980cb08a0af957a1d0dd849bf3c2ac6 (diff)
Fixed warnings about newlines at end of file
Diffstat (limited to 'ot_vector.h')
-rw-r--r--ot_vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_vector.h b/ot_vector.h
index 8863855..c99a8b4 100644
--- a/ot_vector.h
+++ b/ot_vector.h
@@ -23,4 +23,4 @@ void *vector_find_or_insert( ot_vector *vector, void *key, size_t member_size, s
23int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis ); 23int vector_remove_peer( ot_vector *vector, ot_peer *peer, int hysteresis );
24void vector_remove_torrent( ot_vector *vector, ot_torrent *match ); 24void vector_remove_torrent( ot_vector *vector, ot_torrent *match );
25 25
26#endif \ No newline at end of file 26#endif