fixed some typos in waypoint.cpp
fixed clang build error.
This commit is contained in:
parent
0ff1caf5b9
commit
5291216d06
2 changed files with 30 additions and 30 deletions
|
|
@ -957,7 +957,7 @@ void Waypoint::SaveVisibilityTab (void)
|
|||
return;
|
||||
|
||||
if (m_visLUT == NULL)
|
||||
AddLogEntry (true, LL_FATAL, "Can't save visiblity tab. Bad data.");
|
||||
AddLogEntry (true, LL_FATAL, "Can't save visibility tab. Bad data.");
|
||||
|
||||
ExtensionHeader header;
|
||||
|
||||
|
|
@ -972,7 +972,7 @@ void Waypoint::SaveVisibilityTab (void)
|
|||
|
||||
if (!fp.IsValid ())
|
||||
{
|
||||
AddLogEntry (true, LL_ERROR, "Failed to open visiblity table for writing");
|
||||
AddLogEntry (true, LL_ERROR, "Failed to open visibility table for writing");
|
||||
return;
|
||||
}
|
||||
fp.Close ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue