ksys/act: Fix extra semicolon in macro definition

This commit is contained in:
Léo Lam 2020-09-18 01:20:20 +02:00
parent a12ccf1eab
commit 7828ee535d
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ private:
u32 mHash;
};
#define KSYS_ACT_DEFINE_TAG(NAME) inline constexpr Tag NAME{#NAME};
#define KSYS_ACT_DEFINE_TAG(NAME) inline constexpr Tag NAME{#NAME}
namespace tags {