aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-05 14:33:03 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-05 14:33:03 +0000
commit316ce5f19bb845f77655c366c46aa9d3bafcf951 (patch)
treef45e9c259f0c19f29c6aca45c756111410b8665e /file.h
parentf0b6a60d558e856bdb25dea672c2ba65c62f30dc (diff)
fix a comment
svn path=/trunk/; revision=13306
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,