summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-18 14:07:42 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-18 21:08:16 +0000
commite6b9c7706f2421008b44b1df1eb7a55263bdf04f (patch)
tree566e5e3912fd8c3f8897242a6bc3112024e18668 /ui
parent1015fa04313893ba81bca678534fad7a4630d6c8 (diff)
downloadwireshark-e6b9c7706f2421008b44b1df1eb7a55263bdf04f.tar.gz
Fix a comment.
Change-Id: I2ed361efdaa6dcf632f054634dc473d518df4cc8 Reviewed-on: https://code.wireshark.org/review/21204 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui')
-rw-r--r--ui/alert_box.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/ui/alert_box.c b/ui/alert_box.c
index 18526745b6..26d2b49d8c 100644
--- a/ui/alert_box.c
+++ b/ui/alert_box.c
@@ -210,12 +210,7 @@ cfile_open_failure_alert_box(const char *filename, int err, gchar *err_info,
/*
* Alert box for a failed attempt to close a capture file.
- * "err" is assumed to be a UNIX-style errno or a WTAP_ERR_ value;
- * "err_info" is assumed to be a string giving further information for
- * some WTAP_ERR_ values; "for_writing" is TRUE if the file is being
- * opened for writing and FALSE if it's being opened for reading;
- * "file_type" is a WTAP_FILE_TYPE_SUBTYPE_ value for the type of
- * file being written (it's ignored for opening-for-reading errors).
+ * "err" is assumed to be a UNIX-style errno or a WTAP_ERR_ value.
*
* When closing a capture file:
*