From: Ken Raeburn Date: Fri, 18 Jun 1999 22:19:19 +0000 (+0000) Subject: minor syntax cleanup X-Git-Tag: krb5-1.1-beta1~95 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=42f2bb053a18aad8273347f7c65531b6e6d51b95;p=krb5.git minor syntax cleanup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11522 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index d379501d0..1d5748853 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,8 @@ +1999-06-18 Ken Raeburn + + * prof_tree.c (profile_node_iterator): Remove semicolon after + function body. + 1999-06-16 Danilo Almeida * prof_init.c (profile_init_path): Fix memory leak. diff --git a/src/util/profile/prof_tree.c b/src/util/profile/prof_tree.c index 77018bba7..51cad1761 100644 --- a/src/util/profile/prof_tree.c +++ b/src/util/profile/prof_tree.c @@ -553,7 +553,7 @@ get_new_file: if (ret_value) *ret_value = p->value; return 0; -}; +} /* * Remove a particular node.