aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-03-09 13:14:09 +0000
committerJörg Mayer <jmayer@loplof.de>2007-03-09 13:14:09 +0000
commitfb820f0a07833637cf8bc50c43069af44e4f72df (patch)
tree79ff79525a9df4f1ffbec0be7b74ec11f519b1ba /gtk/main.c
parent147d66441ea9830df3545ef86b2296367aa71ed6 (diff)
GCC warning fixes
epan/dissectors/ packet-bctp.c: no newline at end of file packet-epl.c: C++ style comments are not allowed in ISO C90 packet-sccp.c: missing initializer packet-sccp.h: comma at end of enumerator list packet-sctp.c: suggest parentheses around assignment used as truth value packet-vnc.c: control reaches end of non-void function pointer targets in passing argument 1 of 'g_strtod' differ in signedness pointer targets in passing argument 3 of 'vnc_client_to_server' differ in signedness gtk/ main.c: C++ style comments are not allowed in ISO C90 u3.h: function declaration isn't a prototype Other (trivial) stuff packet-sccp.h: Add svn properties svn path=/trunk/; revision=21011
Diffstat (limited to 'gtk/main.c')
-rw-r--r--gtk/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 8f848be76e..f0f7455b1c 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -4563,16 +4563,16 @@ create_main_window (gint pl_size, gint tv_size, gint bv_size, e_prefs *prefs)
if(airpcap_if_list == NULL) {
/*No airpcap device found */
airpcap_enable_toolbar_widgets(airpcap_tb,FALSE);
- /** //recent.airpcap_toolbar_show = TRUE; **/
+ /* recent.airpcap_toolbar_show = TRUE; */
} else {
/* default adapter is not airpcap... or is airpcap but is not found*/
airpcap_set_toolbar_stop_capture(airpcap_if_active);
airpcap_enable_toolbar_widgets(airpcap_tb,FALSE);
- //recent.airpcap_toolbar_show = TRUE;
+ /* recent.airpcap_toolbar_show = TRUE; */
}
} else {
airpcap_set_toolbar_stop_capture(airpcap_if_active);
- //recent.airpcap_toolbar_show = TRUE;
+ /* recent.airpcap_toolbar_show = TRUE; */
}
#endif