From 3ed2e647a7ec634a91a32e7ac493c9f2b6d693b0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 26 Sep 2014 23:25:32 +0300 Subject: Fix code style. --- src/gui/models/typelistmodel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/models') diff --git a/src/gui/models/typelistmodel.h b/src/gui/models/typelistmodel.h index bd27fce39..7a50c6905 100644 --- a/src/gui/models/typelistmodel.h +++ b/src/gui/models/typelistmodel.h @@ -60,13 +60,14 @@ class TypeListModel final : public ListModel else if (elementIndex == 2) return "eAthena"; #endif // EATHENA_SUPPORT + else #else // TMWA_SUPPORT #ifdef EATHENA_SUPPORT if (elementIndex == 0) return "eAthena"; + else #endif // EATHENA_SUPPORT #endif // TMWA_SUPPORT - else return "Unknown"; } }; -- cgit v1.2.3-60-g2f50