aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1999-06-18 22:19:19 +0000
committerKen Raeburn <raeburn@mit.edu>1999-06-18 22:19:19 +0000
commit42f2bb053a18aad8273347f7c65531b6e6d51b95 (patch)
tree4ce1f6ed93aa24afdd9e072c4244a899da306d31 /src/util/profile
parentb53ee98c0fb1ffa8aefa28ec318e4d04b2790eca (diff)
downloadkrb5-42f2bb053a18aad8273347f7c65531b6e6d51b95.zip
krb5-42f2bb053a18aad8273347f7c65531b6e6d51b95.tar.gz
krb5-42f2bb053a18aad8273347f7c65531b6e6d51b95.tar.bz2
minor syntax cleanup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11522 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/ChangeLog5
-rw-r--r--src/util/profile/prof_tree.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index d379501..1d57488 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -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.
diff --git a/src/util/profile/prof_tree.c b/src/util/profile/prof_tree.c
index 77018bb..51cad17 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.