Remove duped const keywords.
This commit is contained in:
parent
4f6bc949bd
commit
1503be7567
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@ typedef struct {{
|
|||
|
||||
extern const location_t locations[];
|
||||
extern const object_description_t object_descriptions[];
|
||||
extern const const char* arbitrary_messages[];
|
||||
extern const const class_t classes[];
|
||||
extern const char* arbitrary_messages[];
|
||||
extern const class_t classes[];
|
||||
extern const turn_threshold_t turn_thresholds[];
|
||||
extern const obituary_t obituaries[];
|
||||
extern const hint_t hints[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue