From: curt Date: Tue, 16 Nov 2004 19:48:42 +0000 (+0000) Subject: Get rid of a stray character that must have introduced itself with my random X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d66c4c1d82104125c7d078c4c57c581c640e7341;p=flightgear.git Get rid of a stray character that must have introduced itself with my random keyboard fumbling. --- diff --git a/src/Network/ATC-Inputs.cxx b/src/Network/ATC-Inputs.cxx index b43f1e18b..1c97098b2 100644 --- a/src/Network/ATC-Inputs.cxx +++ b/src/Network/ATC-Inputs.cxx @@ -537,7 +537,7 @@ bool FGATCInput::do_analog_in() { if ( value > max ) { value = max; } } - prop = child->getChild( "compass-heading" ); + prop = child->getChild( "compass-heading" ); if ( prop != NULL ) { bool compass = prop->getBoolValue(); if ( compass ) {