diff options
author | bms <bms@FreeBSD.org> | 2004-06-13 18:06:49 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-06-13 18:06:49 +0000 |
commit | ccb6e3ba12ce4883cbeac42af818763898294be6 (patch) | |
tree | 6018adcb073fb42d6bbd5b913a0a8dff56b997f5 /usr.bin | |
parent | dc54ee200dab740096fd4997039f2302d14b51a8 (diff) | |
download | FreeBSD-src-ccb6e3ba12ce4883cbeac42af818763898294be6.zip FreeBSD-src-ccb6e3ba12ce4883cbeac42af818763898294be6.tar.gz |
Fix unterminated RCSID.
Submitted by: Liam J. Foy
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/truss/amd64-fbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/amd64-fbsd.c b/usr.bin/truss/amd64-fbsd.c index 6c5d9ac..0f35dd3 100644 --- a/usr.bin/truss/amd64-fbsd.c +++ b/usr.bin/truss/amd64-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$ + "$FreeBSD$"; #endif /* not lint */ /* |