summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-write-covers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-write-covers.c b/tests/test-write-covers.c
index e338716..88c0216 100644
--- a/tests/test-write-covers.c
+++ b/tests/test-write-covers.c
@@ -117,7 +117,7 @@ main (int argc, char **argv)
itdb_track_set_thumbnail (song, coverpath);
}*/
- itdb_write (db, NULL, NULL);
+ itdb_write (db, NULL);
itdb_free (db);
g_list_foreach (covers, (GFunc)g_free, NULL);
g_list_free (covers);