diff options
author | Wyrserth <wyrserth@protonmail.com> | 2019-03-23 21:52:58 +0100 |
---|---|---|
committer | Wyrserth <wyrserth@protonmail.com> | 2019-03-23 21:52:58 +0100 |
commit | 6566a49bebc877e742f8ee325dd659879afe63f3 (patch) | |
tree | b6eb438b4ee7db951f02baca3a3b355c87bf271e /include/naming_screen.h | |
parent | cd192e303d2aed6cdc33f1c123ef1654b638e760 (diff) |
Use constants for naming screen's pages.
Diffstat (limited to 'include/naming_screen.h')
-rw-r--r-- | include/naming_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/naming_screen.h b/include/naming_screen.h index b04cb19b6..611f53ef2 100644 --- a/include/naming_screen.h +++ b/include/naming_screen.h @@ -59,9 +59,9 @@ struct NamingScreenData { enum { + PAGE_OTHERS, PAGE_UPPER, PAGE_LOWER, - PAGE_OTHERS, }; enum |