aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-19 14:47:50 -0500
committerGitHub <noreply@github.com>2018-01-19 14:47:50 -0500
commitc3005ee4d1102a1925e7f8a333088510b0e56a58 (patch)
tree28241c318e3cf2d9ce4880c42c9d64526094fdba /src/core/hle/service/time/time.h
parentdeec326ddf08cec932ddd5e9e9929c2b8115b2cf (diff)
parente27accc15dff2a4b0d893be8f098d6a6a36cdad3 (diff)
Merge pull request #97 from bunnei/time-stub
time: Stub out GetTotalLocationNameCount and some cleanup.
Diffstat (limited to 'src/core/hle/service/time/time.h')
-rw-r--r--src/core/hle/service/time/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/time.h b/src/core/hle/service/time/time.h
index 2aa424dbb..399f474d6 100644
--- a/src/core/hle/service/time/time.h
+++ b/src/core/hle/service/time/time.h
@@ -13,7 +13,7 @@ namespace Time {
struct LocationName {
INSERT_PADDING_BYTES(0x24);
};
-static_assert(sizeof(LocationName) == 0x24, "LocationName structure has incorrect size");
+static_assert(sizeof(LocationName) == 0x24, "LocationName is incorrect size");
struct CalendarTime {
u16_le year;