summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSystem/SComponent')
-rw-r--r--include/SSystem/SComponent/c_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_lib.h b/include/SSystem/SComponent/c_lib.h
index 252defbfdd..9e6ce9c990 100644
--- a/include/SSystem/SComponent/c_lib.h
+++ b/include/SSystem/SComponent/c_lib.h
@@ -46,7 +46,7 @@ inline void cLib_onBit(T& value, u8 bit) {
}
template <typename T>
-inline T cLib_checkBit(T& value, u8 bit) {
+inline u8 cLib_checkBit(T& value, u8 bit) {
return value & bit;
}