summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-09-10 00:50:59 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-09-16 21:51:13 +0200
commit538202566e5c8b4be4cd97618cc16c4dbb8152fb (patch)
tree2329692d03073b26636da65af3aebef8a3de9cbe
parentf49529d45a29121420b1a2f19c6e125add4464fb (diff)
downloadtracker-538202566e5c8b4be4cd97618cc16c4dbb8152fb.tar.gz
tests: Remove stray semicolon
-rw-r--r--tests/libtracker-miner/tracker-file-notifier-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtracker-miner/tracker-file-notifier-test.c b/tests/libtracker-miner/tracker-file-notifier-test.c
index 17ae3d8fb..167582406 100644
--- a/tests/libtracker-miner/tracker-file-notifier-test.c
+++ b/tests/libtracker-miner/tracker-file-notifier-test.c
@@ -224,7 +224,7 @@ file_notifier_finished_cb (TrackerFileNotifier *notifier,
if (fixture->expect_finished) {
g_main_loop_quit (fixture->main_loop);
- };
+ }
}
static void