summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-06 22:23:50 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-06 22:23:50 +0000
commit227dfedb260a9fc7e517610d771db7e34690565a (patch)
tree48f425dbb37d00d19d5a594ce882d70b5c87f185 /src
parent17035fc398d311f11f748f69a3da6d76609fd8f5 (diff)
typo
Diffstat (limited to 'src')
-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);