aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_byte_graph_dlg.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-18 23:22:47 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-18 23:22:47 +0000
commitdba7a99e1dc72570c3979398798a15a7f4ebd571 (patch)
tree3b8fb5123fd79a1ddeae507480b9b343d1f074c5 /gtk/sctp_byte_graph_dlg.c
parentb06bd208d001cee335a6be13706d4ffd08b87c3d (diff)
warning: C++ style comments are not allowed in ISO C90
svn path=/trunk/; revision=16853
Diffstat (limited to 'gtk/sctp_byte_graph_dlg.c')
-rw-r--r--gtk/sctp_byte_graph_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sctp_byte_graph_dlg.c b/gtk/sctp_byte_graph_dlg.c
index 4d5db54aec..9a80fd49ac 100644
--- a/gtk/sctp_byte_graph_dlg.c
+++ b/gtk/sctp_byte_graph_dlg.c
@@ -190,7 +190,7 @@ static void draw_sack_graph(struct sctp_udata *u_data)
for (i=0; i<size; i++)
{
diff = (gint)((struct tsn_sort*)(g_ptr_array_index(array, i)))->secs * 1000000 + ((struct tsn_sort*)(g_ptr_array_index(array, i)))->usecs - u_data->io->min_x;
- //start = ((struct tsn_sort*)(g_ptr_array_index(array, i)))->offset;
+ /*start = ((struct tsn_sort*)(g_ptr_array_index(array, i)))->offset; */
end = start + ((struct tsn_sort*)(g_ptr_array_index(array, i)))->length;
if (end>max_tsn)
{