diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Client.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Client.hs b/examples/Client.hs index efafba72..67fed62e 100644 --- a/examples/Client.hs +++ b/examples/Client.hs | |||
@@ -12,6 +12,6 @@ main :: IO () | |||
12 | main = do | 12 | main = do |
13 | [path] <- getArgs | 13 | [path] <- getArgs |
14 | torrent <- fromFile path | 14 | torrent <- fromFile path |
15 | client <- newClient def | 15 | client <- newClient def $ \ _ _ _ _ -> return () |
16 | addTorrent torrent client | 16 | -- addTorrent torrent client |
17 | return () \ No newline at end of file | 17 | return () \ No newline at end of file |