aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_gui.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-10-24 13:16:57 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-10-24 13:16:57 +0000
commit0072205e18ced7d44949f0137fd7d8ea9690033b (patch)
tree6a1704becdcb5831f2b3e0840b418123e609330c /epan/wslua/wslua_gui.c
parentb9ee51743704692076662fc319e0c859b45f06a2 (diff)
Have Lua disabled by default.
Add more documentation to the code. change make-dco.pl so that it creates more readable docbook output. This should be copied over to 0.99.4 svn path=/trunk/; revision=19670
Diffstat (limited to 'epan/wslua/wslua_gui.c')
-rw-r--r--epan/wslua/wslua_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/wslua_gui.c b/epan/wslua/wslua_gui.c
index 306cf83e5d..8b799ce5aa 100644
--- a/epan/wslua/wslua_gui.c
+++ b/epan/wslua/wslua_gui.c
@@ -26,7 +26,7 @@
#include "wslua.h"
-/* WSLUA_MODULE Gui Gui Support*/
+/* WSLUA_MODULE Gui GUI support */
static const funnel_ops_t* ops = NULL;