aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-03-01 11:13:08 -0800
committerGerald Combs <gerald@wireshark.org>2014-03-01 19:15:38 +0000
commit79ef36a5f0c8b856080196b0af6d82db595c36d5 (patch)
tree44282fdf23db19229497fef339a14f2860c5f7ca /epan/stats_tree.c
parent0cb4b4e44ded39edde2d26f9669f416effeb856a (diff)
Fix some scan-build warnings.
Fix a modeline while we're at it. Change-Id: Ief6d5edbe33456170059cfab4f436f0844de32a1 Reviewed-on: https://code.wireshark.org/review/440 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/stats_tree.c')
-rw-r--r--epan/stats_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stats_tree.c b/epan/stats_tree.c
index 43f537b0ff..02448ca7e7 100644
--- a/epan/stats_tree.c
+++ b/epan/stats_tree.c
@@ -1362,6 +1362,6 @@ WS_DLL_PUBLIC void stats_tree_format_node_as_str(const stat_node *node,
* indent-tabs-mode: t
* End:
*
- * vi: ex: set shiftwidth=4 tabstop=8 noexpandtab:
+ * vi: set shiftwidth=4 tabstop=8 noexpandtab:
* :indentSize=4:tabSize=8:noTabs=false:
*/