diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-07-29 09:19:23 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-07-29 09:19:23 +0000 |
commit | 52d7a485b4ba8367de519ca9face2bec7410d1b5 (patch) | |
tree | 9a6e89e42d2ed1e403076e57fd5eded89b53d4e3 /lib | |
parent | 9407f2239dd762c8c342b04602b8c3effa0cab1d (diff) |
missing $ in rcs tag; from Daniel Dickman
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/swprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/swprintf.c b/lib/libc/stdio/swprintf.c index 03b0e089a3e..4b7baf732ff 100644 --- a/lib/libc/stdio/swprintf.c +++ b/lib/libc/stdio/swprintf.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: swprintf.c,v 1.4 2011/07/29 09:19:22 sthen Exp $ */ /* $NetBSD: swprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */ /*- |