aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index 8e92d4f7a3..4ab49dcec1 100644
--- a/file.h
+++ b/file.h
@@ -399,7 +399,7 @@ char *cf_read_error_message(int err, const gchar *err_info);
* @param in_filnames array of input filenames
* @param file_type the output filetype
* @param do_append FALSE to merge chronologically, TRUE simply append
- * @return TRUE if merging suceeded, FALSE otherwise
+ * @return one of cf_status_t
*/
cf_status_t
cf_merge_files(const char *out_filename, int out_fd, int in_file_count,