From db6a9b33d286e1b2ded90957f6938591661a7a47 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 23 Apr 2011 17:08:34 +0000 Subject: reindent. remote prefs was sending the active encryption preference, lower cased, which won't work with i18n - fixed. --- src/torrent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/torrent.h') diff --git a/src/torrent.h b/src/torrent.h index b1e609a..039eaab 100644 --- a/src/torrent.h +++ b/src/torrent.h @@ -64,7 +64,7 @@ gboolean torrent_get_honors_session_limits(JsonObject * t); gint64 torrent_get_bandwidth_priority(JsonObject * t); gint64 torrent_get_upload_limit(JsonObject * t); gint64 torrent_get_added_date(JsonObject * t); -gint64 torrent_get_done_date(JsonObject *t); +gint64 torrent_get_done_date(JsonObject * t); gboolean torrent_get_upload_limited(JsonObject * t); gint64 torrent_get_download_limit(JsonObject * t); gboolean torrent_get_download_limited(JsonObject * t); -- cgit v1.2.3