diff options
author | David Robillard <d@drobilla.net> | 2012-01-14 22:34:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-14 22:34:35 +0000 |
commit | 95f3345fc62ad8e81b18cdbf50929f5801868fac (patch) | |
tree | db57bd04e5f74b5551eefbad0c40b524da5bc8b9 /src/util.c | |
parent | 1b9ec3c3973a7df3946c43bb9b404f1e1e770354 (diff) | |
download | lilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.tar.gz lilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.tar.bz2 lilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.zip |
Lint.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3948 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |