From ee24c668a4a55959956e28cb71a23bd97c2092f4 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 15 Oct 2011 18:24:05 +0000 Subject: use mailslots from the win32 api to implement file handler on windows --- src/trg-torrent-graph.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/trg-torrent-graph.c') diff --git a/src/trg-torrent-graph.c b/src/trg-torrent-graph.c index b5fd187..6c189b9 100644 --- a/src/trg-torrent-graph.c +++ b/src/trg-torrent-graph.c @@ -624,6 +624,7 @@ unsigned trg_torrent_graph_get_num_bars(TrgTorrentGraph * g) break; default: n = 5; + break; } return n; -- cgit v1.2.3