summaryrefslogtreecommitdiff
path: root/gtk/sctp_stat_dlg.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_dlg.c
parentff7494014be0ff75efedb8c1d069730aec603fd0 (diff)
downloadwireshark-bebb2b77052656a7cadc477bde0572e1d3b3d896.tar.gz
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_dlg.c')
-rw-r--r--gtk/sctp_stat_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sctp_stat_dlg.c b/gtk/sctp_stat_dlg.c
index d43781dfe7..7cedb5ca6c 100644
--- a/gtk/sctp_stat_dlg.c
+++ b/gtk/sctp_stat_dlg.c
@@ -571,7 +571,7 @@ void sctp_stat_start(GtkWidget *w _U_, gpointer data _U_)
sctp_stat_scan();
/* Show the dialog box with the list of streams */
- //sctp_stat_dlg_show(sctp_stat_get_info()->assoc_info_list);
+ /* sctp_stat_dlg_show(sctp_stat_get_info()->assoc_info_list); */
sctp_stat_dlg_show();
}