]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runways.cxx
Some small updates
[flightgear.git] / src / Airports / runways.cxx
index 856c3e5dc0ba82f6dc0e55cc06657bc7d2972456..503f298f401b7850c00486b7a4c4fc246acd82b2 100644 (file)
@@ -126,7 +126,7 @@ static string GetReverseRunwayNo(string rwyno) {
            << rwyno << " passed to GetReverseRunwayNo(...)");
        }
     }
-    return((string)buf);
+    return(buf);
 }