Get rid of a trailing blank.

Change-Id: I7963f05a78ec764a21d388fcdba618ffbcf935e4
Reviewed-on: https://code.wireshark.org/review/4930
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-10-25 15:40:50 -07:00
parent f36bbffc3b
commit 6ebb50c67e
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ wtap_open_offline(const char *filename, unsigned int type, int *err, char **err_
* of buffering, and do backward seeks within the buffer
* if possible, so at least some file types can be
* opened from pipes, so we don't completely disallow opens
* of pipes.
* of pipes.
*/
if (do_random) {
*err = WTAP_ERR_RANDOM_OPEN_PIPE;