Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libprop missing brace
details: https://anonhg.NetBSD.org/src/rev/9419a7202a53
branches: trunk
changeset: 350978:9419a7202a53
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 29 02:07:57 2017 +0000
description:
missing brace
diffstat:
common/lib/libprop/prop_kern.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b8296ffa34b5 -r 9419a7202a53 common/lib/libprop/prop_kern.c
--- a/common/lib/libprop/prop_kern.c Sun Jan 29 02:07:44 2017 +0000
+++ b/common/lib/libprop/prop_kern.c Sun Jan 29 02:07:57 2017 +0000
@@ -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 @@
{
return prop_dictionary_copyin_size(pref, dictp,
prop_object_copyin_limit);
-
+}
/*
* prop_array_copyin_ioctl --
Home |
Main Index |
Thread Index |
Old Index