Whitespace changes.

svn path=/trunk/; revision=41116
This commit is contained in:
Michael Tüxen 2012-02-21 16:29:29 +00:00
parent 41df09c92a
commit 307a310391
1 changed files with 4 additions and 4 deletions

8
file.c
View File

@ -3796,12 +3796,12 @@ cf_save(capture_file *cf, const char *fname, packet_range_t *range, guint save_f
we have to do it by writing the packets out in Wiretap. */
wtapng_section_t *shb_hdr = NULL;
wtapng_iface_descriptions_t *idb_inf = NULL;
wtapng_iface_descriptions_t *idb_inf = NULL;
shb_hdr = wtap_file_get_shb_info(cf->wth);
idb_inf = wtap_file_get_idb_info(cf->wth);
shb_hdr = wtap_file_get_shb_info(cf->wth);
idb_inf = wtap_file_get_idb_info(cf->wth);
pdh = wtap_dump_open_ng(fname, save_format, cf->lnk_t, cf->snap,
pdh = wtap_dump_open_ng(fname, save_format, cf->lnk_t, cf->snap,
compressed, shb_hdr, idb_inf, &err);
if (pdh == NULL) {
cf_open_failure_alert_box(fname, err, NULL, TRUE, save_format);