mirror of https://github.com/OpenTTD/OpenTTD
(svn r3550) - [Patches]: fix GCC warning, sorry
parent
a9211aebf7
commit
7ffdde104f
|
@ -1059,7 +1059,7 @@ static const SettingDesc currency_settings[] = {
|
||||||
{ NULL, 0, NULL, NULL, NULL }
|
{ NULL, 0, NULL, NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef void SettingDescProc(IniFile *ini, const SettingDesc *desc, const void *grpname);
|
typedef void SettingDescProc(IniFile *ini, const SettingDesc *desc, const char *grpname);
|
||||||
|
|
||||||
static void HandleSettingDescs(IniFile *ini, SettingDescProc *proc)
|
static void HandleSettingDescs(IniFile *ini, SettingDescProc *proc)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue