Oops. Clean up changelog entry.
[deliverable/binutils-gdb.git] / gprof / cg_arcs.c
index 07023170ded8377232fc4aca3c0132e5ab23392b..7ea048b069467a80594a2c17479112537ac84b9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1983 Regents of the University of California.
+ * Copyright (c) 1983, 2001 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
@@ -102,7 +102,7 @@ DEFUN (arc_add, (parent, child, count),
          if (maxarcs == 0)
            maxarcs = 1;
          maxarcs *= 2;
-       
+
          /* Allocate the new array.  */
          newarcs = (Arc **)xmalloc(sizeof (Arc *) * maxarcs);
 
This page took 0.022603 seconds and 4 git commands to generate.