commit e8b189904e370ed3140d9ba6d482c3e8377a7b1c parent 15515152f884cbf256193ebc167630b50bb54fc8 Author: sin <sin@2f30.org> Date: Sat, 19 Dec 2015 11:57:03 +0000 Nuke newline Diffstat:
M | torrent.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/torrent.c b/torrent.c @@ -210,7 +210,6 @@ loadtorrent(char *f) calcinfohash(t); return t; - fail: unloadtorrent(t); return NULL;