summaryrefslogtreecommitdiff
path: root/src/trg-status-bar.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-12 08:40:24 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-12 08:40:24 +0000
commit19ad0589a0aefc571271decc45296974bb9fdba5 (patch)
treea7c352f5d5e11b29e5e6c86d810bb23cd6b7b9ad /src/trg-status-bar.h
parent41a8f63ce28e228611d72156abb39d496691d8be (diff)
fix memory leak on response from first response from server (HTTP conflict with session id).
Diffstat (limited to 'src/trg-status-bar.h')
-rw-r--r--src/trg-status-bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trg-status-bar.h b/src/trg-status-bar.h
index bbbdf19..876330d 100644
--- a/src/trg-status-bar.h
+++ b/src/trg-status-bar.h
@@ -62,6 +62,6 @@ void trg_status_bar_reset(TrgStatusBar * sb);
void trg_status_bar_clear_indicators(TrgStatusBar * sb);
const gchar *trg_status_bar_get_speed_text(TrgStatusBar * s);
void trg_status_bar_update_speed(TrgStatusBar * sb,
- trg_torrent_model_update_stats * stats,
- TrgClient * client);
+ trg_torrent_model_update_stats * stats,
+ TrgClient * client);
#endif /* TRG_STATUS_BAR_H_ */