From d66c4c1d82104125c7d078c4c57c581c640e7341 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 16 Nov 2004 19:48:42 +0000 Subject: [PATCH] Get rid of a stray character that must have introduced itself with my random keyboard fumbling. --- src/Network/ATC-Inputs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.39.5