diff options
Diffstat (limited to 'src/db-artwork-debug.c')
| -rw-r--r-- | src/db-artwork-debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/db-artwork-debug.c b/src/db-artwork-debug.c index 90e4107..3903038 100644 --- a/src/db-artwork-debug.c +++ b/src/db-artwork-debug.c @@ -65,8 +65,7 @@ get_utf16_string (void* buffer, gint length) result = g_utf16_to_utf8 (tmp, length/2, NULL, NULL, NULL); g_free (tmp); - return result; - + return result; } G_GNUC_INTERNAL void |
