Fix trailing blank.

Change-Id: Ide4afb2fb78c80800f04a40031fa1f35804f6464
Reviewed-on: https://code.wireshark.org/review/3809
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-08-24 01:12:13 -07:00
parent bb0c17546f
commit a52939cef2
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ int libpcap_open(wtap *wth, int *err, gchar **err_info)
/*
* We have nanosecond-format libpcap's magic
* number. Try the subtypes for that.
*/
*/
subtypes = subtypes_nsec;
n_subtypes = N_SUBTYPES_NSEC;
} else {