]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a typo.
authorcurt <curt>
Mon, 11 Feb 2002 15:24:08 +0000 (15:24 +0000)
committercurt <curt>
Mon, 11 Feb 2002 15:24:08 +0000 (15:24 +0000)
src/Network/atc610x.cxx

index c32451c267cc888231548c9dadbb8b88c3a004de..35d72c30e89b94e5a04dc7d951702db4cc59272a 100644 (file)
@@ -285,7 +285,7 @@ bool FGATC610x::open() {
 
        ATC610xRelease( lock_fd );
 
-#if defined( _MSCVER_ )
+#if defined( _MSC_VER )
        ulMilliSecondSleep(33);
 #else
        usleep(33);