Fixup ec34ed9 (bad indent)

[ci skip]
This commit is contained in:
Charles Dang 2018-03-04 02:22:02 +11:00
parent 0d0bb91d99
commit d3a51fe44b

View file

@ -35,7 +35,7 @@ struct credits_group
/** The section title. */
t_string title;
bool operator<(const about_group& o);
bool operator<(const about_group& o);
};
credits_group(const config& cfg, bool is_campaign_credits);