summaryrefslogtreecommitdiff
path: root/src/trg-torrent-graph.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-15 18:24:05 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-15 18:24:05 +0000
commitee24c668a4a55959956e28cb71a23bd97c2092f4 (patch)
tree7d40e90525843a23e71de93c6a33cdc476db3e5f /src/trg-torrent-graph.c
parent60a8d90366771e4b74837b0a2ecaee674630c396 (diff)
use mailslots from the win32 api to implement file handler on windows
Diffstat (limited to 'src/trg-torrent-graph.c')
-rw-r--r--src/trg-torrent-graph.c1
1 files changed, 1 insertions, 0 deletions
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;