Remove duped const keywords.

This commit is contained in:
Jason S. Ninneman 2017-06-25 20:22:38 -07:00
parent 4f6bc949bd
commit 1503be7567

View file

@ -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[];