Module Name:    src
Committed By:   christos
Date:           Sun Jan 29 02:07:57 UTC 2017

Modified Files:
        src/common/lib/libprop: prop_kern.c

Log Message:
missing brace


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/common/lib/libprop/prop_kern.c

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

Modified files:

Index: src/common/lib/libprop/prop_kern.c
diff -u src/common/lib/libprop/prop_kern.c:1.21 src/common/lib/libprop/prop_kern.c:1.22
--- src/common/lib/libprop/prop_kern.c:1.21	Sat Jan 28 19:16:42 2017
+++ src/common/lib/libprop/prop_kern.c	Sat Jan 28 21:07:57 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: prop_kern.c,v 1.21 2017/01/29 00:16:42 christos Exp $	*/
+/*	$NetBSD: prop_kern.c,v 1.22 2017/01/29 02:07:57 christos Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
@@ -492,7 +492,7 @@ prop_dictionary_copyin(const struct plis
 {
 	return prop_dictionary_copyin_size(pref, dictp,
 	    prop_object_copyin_limit);
-
+}
 
 /*
  * prop_array_copyin_ioctl --

Reply via email to