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
This commit is contained in:
Stephen Fisher 2012-07-16 18:07:08 +00:00
parent a76f4990b8
commit a3d1900fbd
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}