From f65a9a5515ffe0e2b5fe70a7f190dc4461873b4e Mon Sep 17 00:00:00 2001 From: alberth Date: Wed, 22 Dec 2010 10:50:32 +0000 Subject: (svn r21593) -Codechange: endif comment correcttions. --- src/cmd_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd_helper.h') diff --git a/src/cmd_helper.h b/src/cmd_helper.h index 0b56fb767..10060dd2d 100644 --- a/src/cmd_helper.h +++ b/src/cmd_helper.h @@ -24,4 +24,4 @@ template static inline T Extract(U v) return IsInsideMM(masked, EnumPropsT::begin, EnumPropsT::end) ? (T)masked : EnumPropsT::invalid; } -#endif +#endif /* CMD_HELPER_H */ -- cgit v1.2.3-54-g00ecf