1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-04-03 15:10:43 +01:00

const static/static const buisywork

This commit is contained in:
ChrisANG 2024-11-09 17:46:16 -05:00
parent 231d97500b
commit c4564aef02
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ void
store_version(fd)
int fd;
{
const static struct version_info version_data = {
static const struct version_info version_data = {
VERSION_NUMBER, VERSION_FEATURES,
VERSION_SANITY1, VERSION_SANITY2
};

View file

@ -3188,7 +3188,7 @@ int skill;
P_NAME(skill));
}
const static struct skill_range {
static const struct skill_range {
short first, last;
const char *name;
} skill_ranges[] = {