Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio Add new line at the end.
details: https://anonhg.NetBSD.org/src/rev/17cda43e5edd
branches: trunk
changeset: 786258:17cda43e5edd
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Apr 22 19:33:53 2013 +0000
description:
Add new line at the end.
diffstat:
lib/libc/stdio/vswscanf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 1e1143e47966 -r 17cda43e5edd lib/libc/stdio/vswscanf.c
--- a/lib/libc/stdio/vswscanf.c Mon Apr 22 16:49:14 2013 +0000
+++ b/lib/libc/stdio/vswscanf.c Mon Apr 22 19:33:53 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vswscanf.c,v 1.10 2013/04/19 23:32:17 joerg Exp $ */
+/* $NetBSD: vswscanf.c,v 1.11 2013/04/22 19:33:53 joerg Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -42,7 +42,7 @@
static char sccsid[] = "@(#)vsscanf.c 8.1 (Berkeley) 6/4/93";
__FBSDID("$FreeBSD: src/lib/libc/stdio/vswscanf.c,v 1.3 2004/04/07 09:55:05 tjr Exp $");
#else
-__RCSID("$NetBSD: vswscanf.c,v 1.10 2013/04/19 23:32:17 joerg Exp $");
+__RCSID("$NetBSD: vswscanf.c,v 1.11 2013/04/22 19:33:53 joerg Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@@ -116,4 +116,4 @@
va_list ap)
{
return vswscanf_l(str, *_current_locale(), fmt, ap);
-}
\ No newline at end of file
+}
Home |
Main Index |
Thread Index |
Old Index