src/GUI/FGFontCache.cxx: fix gcc warning about initialiser.
This commit is contained in:
parent
fd30fe0e68
commit
8ae21d86dd
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const GuiFont guifonts[] = {
|
|||
{ "HELVETICA_14", &FONT_HELVETICA_14 },
|
||||
{ "HELVETICA_18", &PUFONT_HELVETICA_18 },
|
||||
{ "SANS_12B", &FONT_SANS_12B },
|
||||
{ 0 }
|
||||
{ nullptr, nullptr }
|
||||
};
|
||||
|
||||
const GuiFont* guifontsEnd = &guifonts[sizeof(guifonts)/ sizeof(guifonts[0])-1];
|
||||
|
|
Loading…
Add table
Reference in a new issue