From e27accc15dff2a4b0d893be8f098d6a6a36cdad3 Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 18 Jan 2018 00:57:11 -0500 Subject: time: Stub out GetTotalLocationNameCount and some cleanup. --- src/core/hle/service/time/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/time/time.h') 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; -- cgit v1.2.3