summaryrefslogtreecommitdiff
path: root/src/torrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/torrent.c')
-rw-r--r--src/torrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torrent.c b/src/torrent.c
index 29f9e30..9ecb354 100644
--- a/src/torrent.c
+++ b/src/torrent.c
@@ -51,7 +51,7 @@ gint64 torrent_get_id(JsonObject * t)
const gchar *torrent_get_download_dir(JsonObject * t)
{
- return json_object_get_string_member(t, FIELD_DOWNLOAD_DIR);
+ return json_object_get_string_member(t, FIELD_DOWNLOAD_DIR);
}
const gchar *torrent_get_name(JsonObject * t)