aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-10 11:20:48 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-10 11:20:48 +0000
commitbebb2b77052656a7cadc477bde0572e1d3b3d896 (patch)
tree1a9fd9ff489e12502dd46dbe42de63c3eade7fee /gtk/sctp_stat.c
parentff7494014be0ff75efedb8c1d069730aec603fd0 (diff)
Get rid of C++/C99-style comments - not all C compilers accept them.
Fix some indentation. svn path=/trunk/; revision=12710
Diffstat (limited to 'gtk/sctp_stat.c')
-rw-r--r--gtk/sctp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/sctp_stat.c b/gtk/sctp_stat.c
index 52dfbed234..c116c6cece 100644
--- a/gtk/sctp_stat.c
+++ b/gtk/sctp_stat.c
@@ -335,8 +335,8 @@ gint sctp_assoc_vtag_cmp(gconstpointer aa, gconstpointer bb)
gint sctp_assoc_address_cmp(gconstpointer aa, gconstpointer bb)
{
GList *srclist, *dstlist;
-const struct _sctp_tmp_info* a = aa; //tmp_info
-const struct _sctp_assoc_info* b = bb; //info
+const struct _sctp_tmp_info* a = aa; /* tmp_info */
+const struct _sctp_assoc_info* b = bb; /* info */
struct sockaddr_storage *store=NULL;
struct sockaddr_storage *srcstore=NULL;
struct sockaddr_storage *dststore=NULL;