diff options
Diffstat (limited to 'src/being/beingflag.h')
-rw-r--r-- | src/being/beingflag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/beingflag.h b/src/being/beingflag.h index 9c9a76ef4..029283c7c 100644 --- a/src/being/beingflag.h +++ b/src/being/beingflag.h @@ -33,5 +33,5 @@ namespace BeingFlag GENDER_MALE = 128, SPECIAL = 128 + 64 }; -} +} // namespace BeingFlag #endif // BEING_BEINGFLAG_H |