1
0
Fork 0

remove redundant semi-colon

This commit is contained in:
ehofman 2008-08-23 13:09:24 +00:00
parent 341216e56a
commit d8f5529d21

View file

@ -32,7 +32,7 @@
#include <simgear/math/sg_geodesy.hxx>
#include "fixlist.hxx"
#include "Airports/simple.hxx";
#include "Airports/simple.hxx"
using std::pair;