From aad076cc731d8936b4bac82a9fc315d4eac56ebf Mon Sep 17 00:00:00 2001 From: charnier Date: Fri, 11 Jul 1997 06:11:35 +0000 Subject: Fix typo I introduced during last commit. --- usr.bin/gprof/arcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1