diff options
-rw-r--r-- | compat/enum-operators.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/enum-operators.hpp b/compat/enum-operators.hpp index e956c461..fc1130da 100644 --- a/compat/enum-operators.hpp +++ b/compat/enum-operators.hpp @@ -25,4 +25,4 @@ OTR_FLAGS_OP2(type, ^) \ OTR_FLAGS_OP1(type, ~) \ OTR_FLAGS_SHIFT(type, <<); \ - OTR_FLAGS_SHIFT(type, >>); // end + OTR_FLAGS_SHIFT(type, >>) // end |