Ethereal-dev: [Ethereal-dev] C++ comments in 0.10.0

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Albert Chin <ethereal-dev@xxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Dec 2003 18:16:23 -0600
C++ comments invalid in C source files.

-- 
albert chin (china@xxxxxxxxxxxxxxxxxx)

-- snip snip
--- gtk/supported_protos_dlg.c.orig	Tue Dec 16 17:41:55 2003
+++ gtk/supported_protos_dlg.c	Tue Dec 16 17:42:06 2003
@@ -221,7 +221,7 @@
 
   /* Buttons ("Close" only one for now) */
   bbox = gtk_hbutton_box_new();
-  //bbox = gtk_hbox_new(FALSE, 1);
+  /*bbox = gtk_hbox_new(FALSE, 1);*/
   gtk_box_pack_end(GTK_BOX(main_vb), bbox, FALSE, FALSE, 0);
   gtk_widget_show(bbox);
 #if GTK_MAJOR_VERSION < 2