diff options
-rw-r--r-- | src/writer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/writer.c b/src/writer.c index d4a36ab..fb99c96 100644 --- a/src/writer.c +++ b/src/writer.c @@ -150,6 +150,8 @@ static int open_file(file_t* file) if(orig_path != file->path_) free(orig_path); + + return 0; } static gpointer writer_thread_func(gpointer data) |