Skip to content

Commit

Permalink
Fix a comment.
Browse files Browse the repository at this point in the history
Change-Id: I2ed361efdaa6dcf632f054634dc473d518df4cc8
Reviewed-on: https://code.wireshark.org/review/21204
Reviewed-by: Guy Harris <guy@alum.mit.edu>
  • Loading branch information
guyharris committed Apr 18, 2017
1 parent 1015fa0 commit e6b9c77
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ui/alert_box.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*
Expand Down

0 comments on commit e6b9c77

Please sign in to comment.