From f1f681e642b86315471bc2f679c5e78239e51290 Mon Sep 17 00:00:00 2001 From: smf- Date: Fri, 27 May 2016 15:11:27 +0100 Subject: [PATCH] build with MSVC (nw) --- src/lib/netlist/plib/pconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/netlist/plib/pconfig.h b/src/lib/netlist/plib/pconfig.h index 652d5f807a0..1b7a241c1d4 100644 --- a/src/lib/netlist/plib/pconfig.h +++ b/src/lib/netlist/plib/pconfig.h @@ -222,8 +222,8 @@ private: int m_this_delta; // delta to apply to the 'this' pointer }; -PLIB_NAMESPACE_END() - #endif +PLIB_NAMESPACE_END() + #endif /* PCONFIG_H_ */