mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 07:47:02 -05:00
includes/std: Fixed stray " in bit library
This commit is contained in:
@@ -43,7 +43,7 @@ namespace std::bit {
|
||||
i = i + 1;
|
||||
|
||||
return 1 << i;
|
||||
};¨
|
||||
};
|
||||
|
||||
/**
|
||||
Rounds the given number down to the next bigger power of two
|
||||
|
||||
Reference in New Issue
Block a user