aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-25 15:40:50 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-25 22:41:19 +0000
commit6ebb50c67e3c5fa9901f1238d3506949eb4e4bd8 (patch)
tree8cdca4b0793362afc98d7124a656019d8c2afa88 /wiretap/file_access.c
parentf36bbffc3bfab33171fcb6c910fcb010e0edce24 (diff)
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>
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index cd929dcfc6..ed1f48b178 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -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;