From d7d940350904982c5c2e39cd38c6c4e1279a74b6 Mon Sep 17 00:00:00 2001 From: curt <curt> Date: Wed, 24 Nov 1999 14:15:00 +0000 Subject: [PATCH] Cosmetic change. --- src/FDM/flight.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FDM/flight.cxx b/src/FDM/flight.cxx index 2f33024b9..0894a607f 100644 --- a/src/FDM/flight.cxx +++ b/src/FDM/flight.cxx @@ -42,7 +42,7 @@ // world time, so we introduce cur_fdm_state which is extrapolated by // the difference between sim time and real world time -FGInterface * cur_fdm_state; +FGInterface *cur_fdm_state; FGInterface base_fdm_state;