Skip to content

Commit

Permalink
minor syntax cleanup
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11522 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
raeburn committed Jun 18, 1999
1 parent 503d408 commit 951752d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/util/profile/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1999-06-18 Ken Raeburn <raeburn@mit.edu>

* prof_tree.c (profile_node_iterator): Remove semicolon after
function body.

1999-06-16 Danilo Almeida <dalmeida@mit.edu>

* prof_init.c (profile_init_path): Fix memory leak.
Expand Down
2 changes: 1 addition & 1 deletion src/util/profile/prof_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ errcode_t profile_node_iterator(iter_p, ret_node, ret_name, ret_value)
if (ret_value)
*ret_value = p->value;
return 0;
};
}

/*
* Remove a particular node.
Expand Down

0 comments on commit 951752d

Please sign in to comment.