summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index 3857b9c..12821ff 100644
--- a/src/util.c
+++ b/src/util.c
@@ -309,8 +309,8 @@ update_latest(const char* path, const char* name, void* data)
if (entry_path != latest->latest) {
free(entry_path);
}
-}
-
+}
+
/** Return the latest copy of the file at @c path that is newer. */
char*
lilv_get_latest_copy(const char* path)