minor syntax cleanup
authorKen Raeburn <raeburn@mit.edu>
Fri, 18 Jun 1999 22:19:19 +0000 (22:19 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 18 Jun 1999 22:19:19 +0000 (22:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11522 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/prof_tree.c

index d379501d001efa27d2ff3c85a95bb3c7dfb11dbd..1d5748853ab3ffc9e96a033f8c62abb5ad24e071 100644 (file)
@@ -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.
index 77018bba7dc016badbabbeb64acd9ddb448c7e82..51cad17610b5e832d7d0899b067b35287526dc29 100644 (file)
@@ -553,7 +553,7 @@ get_new_file:
        if (ret_value)
                *ret_value = p->value;
        return 0;
-};
+}
 
 /* 
  * Remove a particular node.