]> git.mxchange.org Git - flightgear.git/commitdiff
remove redundant semi-colon
authorehofman <ehofman>
Sat, 23 Aug 2008 13:09:24 +0000 (13:09 +0000)
committerehofman <ehofman>
Sat, 23 Aug 2008 13:09:24 +0000 (13:09 +0000)
src/Navaids/fixlist.cxx

index 17a58b17a9671f803adbc456d407d5a2b78287d4..2749cf22c6fad62362b590a03a85712212f466b3 100644 (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;