Make the declaration of stats_tree_format_node_as_str() match the

definition.

svn path=/trunk/; revision=53727
This commit is contained in:
Guy Harris 2013-12-02 19:15:14 +00:00
parent 28a1c45bfa
commit 5e7b58ab94
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ WS_DLL_PUBLIC GString* stats_tree_format_as_str(const stats_tree* st,
/** helper funcation to add note to formatted stats_tree */
WS_DLL_PUBLIC void stats_tree_format_node_as_str(const stat_node *node,
GString *s,
guint format,
st_format_type format_type,
guint indent,
const gchar *path,
gint maxnamelen,