aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-04 19:46:45 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-04 19:46:45 +0000
commit5ef71a27ffb1a5ba1f8a8a45e08b9e01fba07194 (patch)
tree347a2e29f5b0a5e69fc34a077015e824a174b688 /dumpcap.c
parentd0039be915e394790f7526682bd1ab573fb23087 (diff)
Fix tpo.
svn path=/trunk/; revision=41941
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 1e53dabecd..537d0fcc59 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -642,7 +642,7 @@ open_capture_device(interface_options *interface_opts,
filled in on a failure to open an rpcap: URL. */
g_strlcpy(*open_err_str,
"Unknown error (pcap bug; actual error cause not reported)",
- sizef *open_err_str);
+ sizeof *open_err_str);
}
g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_DEBUG,
"pcap_open() returned %p.", (void *)pcap_h);