summaryrefslogtreecommitdiff
path: root/src/cmd_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_helper.h')
-rw-r--r--src/cmd_helper.h2
1 files changed, 1 insertions, 1 deletions
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<typename T, uint S, uint N, typename U> static inline T Extract(U v)
return IsInsideMM(masked, EnumPropsT<T>::begin, EnumPropsT<T>::end) ? (T)masked : EnumPropsT<T>::invalid;
}
-#endif
+#endif /* CMD_HELPER_H */