diff options
author | charnier <charnier@FreeBSD.org> | 1997-07-11 06:11:35 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-07-11 06:11:35 +0000 |
commit | aad076cc731d8936b4bac82a9fc315d4eac56ebf (patch) | |
tree | 4794898580bf15e4c24d431ed8a4c33cbf762eb0 /usr.bin/gprof | |
parent | c81672091f7f0f67c04fa1c345af659c0d88ad7c (diff) | |
download | FreeBSD-src-aad076cc731d8936b4bac82a9fc315d4eac56ebf.zip FreeBSD-src-aad076cc731d8936b4bac82a9fc315d4eac56ebf.tar.gz |
Fix typo I introduced during last commit.
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/arcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 2a06220..db39a5a 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -33,10 +33,10 @@ #ifndef lint #if 0 -static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93";Q +static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: arcs.c,v 1.3 1997/07/10 06:45:00 charnier Exp $"; #endif /* not lint */ #include <err.h> |