aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-20 08:01:00 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-20 08:01:00 +0000
commit2bccfcd3c42b7454861e1393a74dc1c141cfe1a6 (patch)
tree50e1f81a235fe1b43d6305ed1fc5ef48d153b13d /gtk
parentd0bf73d13d2d9927e6e4a30021f010f061396b12 (diff)
Squelch a compiler warning.
svn path=/trunk/; revision=15888
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_if_details_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_if_details_dlg.c b/gtk/capture_if_details_dlg.c
index 7f0f9beda9..188a3697d4 100644
--- a/gtk/capture_if_details_dlg.c
+++ b/gtk/capture_if_details_dlg.c
@@ -72,7 +72,7 @@ struct sockaddr_storage {
eth_sa_family_t __ss_family; /* address family */
/* Following fields are implementation specific */
char __ss_pad1[ETH_SS_PAD1SIZE];
- /* 6 byte pad, this is to make implementation
+ /* 6 byte pad, this is to make implementation */
/* specific pad up to alignment field that */
/* follows explicit in the data structure */
gint64 /*int64_t*/ __ss_align; /* field to force desired structure */