diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-02-05 14:33:03 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-02-05 14:33:03 +0000 |
commit | 316ce5f19bb845f77655c366c46aa9d3bafcf951 (patch) | |
tree | f45e9c259f0c19f29c6aca45c756111410b8665e /file.h | |
parent | f0b6a60d558e856bdb25dea672c2ba65c62f30dc (diff) | |
download | wireshark-316ce5f19bb845f77655c366c46aa9d3bafcf951.tar.gz wireshark-316ce5f19bb845f77655c366c46aa9d3bafcf951.tar.bz2 wireshark-316ce5f19bb845f77655c366c46aa9d3bafcf951.zip |
fix a comment
svn path=/trunk/; revision=13306
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |