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:
parent
231d97500b
commit
c4564aef02
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue