aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2012-07-16 18:07:08 +0000
committerStephen Fisher <steve@stephen-fisher.com>2012-07-16 18:07:08 +0000
commita3d1900fbd7e95f048d9393e7774a2adf4785f86 (patch)
treecf220e0a3d7500e9e58c307bf9237d28479a8448 /plugins
parenta76f4990b83a34f83b5ba72c192bebfbebc1e76d (diff)
Fix compilation error seen with gcc on Unix:
pinfo_stats_tree.c:234:2: error: no newline at end of file svn path=/trunk/; revision=43755
Diffstat (limited to 'plugins')
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats_tree/pinfo_stats_tree.c b/plugins/stats_tree/pinfo_stats_tree.c
index 4371a92e8e..02467d24d3 100644
--- a/plugins/stats_tree/pinfo_stats_tree.c
+++ b/plugins/stats_tree/pinfo_stats_tree.c
@@ -231,4 +231,4 @@ void register_pinfo_stat_trees(void) {
prefs_register_uat_preference(stat_module, "packet_lengths",
"Packet Lengths", "Delineated packet sizes to count", plen_uat);
-} \ No newline at end of file
+}