summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/trg-torrent-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-model.c b/src/trg-torrent-model.c
index 8db69cc..4cbb1a2 100644
--- a/src/trg-torrent-model.c
+++ b/src/trg-torrent-model.c
@@ -42,7 +42,7 @@ G_DEFINE_TYPE(TrgTorrentModel, trg_torrent_model, GTK_TYPE_LIST_STORE)
static guint32 torrent_get_flags(JsonObject * t, gint64 status,
TrgTorrentModelClassUpdateStats * stats);
-static voidb
+static void
update_torrent_iter(gint64 serial, TrgTorrentModel * model,
GtkTreeIter * iter, JsonObject * t,
TrgTorrentModelClassUpdateStats * stats);