From 316ce5f19bb845f77655c366c46aa9d3bafcf951 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 5 Feb 2005 14:33:03 +0000 Subject: fix a comment svn path=/trunk/; revision=13306 --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.h') 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, -- cgit v1.2.1