Module Name:    src
Committed By:   joerg
Date:           Mon Apr 22 19:33:54 UTC 2013

Modified Files:
        src/lib/libc/stdio: vswscanf.c

Log Message:
Add new line at the end.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdio/vswscanf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdio/vswscanf.c
diff -u src/lib/libc/stdio/vswscanf.c:1.10 src/lib/libc/stdio/vswscanf.c:1.11
--- src/lib/libc/stdio/vswscanf.c:1.10	Fri Apr 19 23:32:17 2013
+++ src/lib/libc/stdio/vswscanf.c	Mon Apr 22 19:33:53 2013
@@ -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 @@ vswscanf(const wchar_t * __restrict str,
     va_list ap)
 {
 	return vswscanf_l(str, *_current_locale(), fmt, ap);
-}
\ No newline at end of file
+}

Reply via email to