1
0
Fork 0

Fixed a typo.

This commit is contained in:
curt 2002-02-11 15:24:08 +00:00
parent 2c862a330e
commit 3a5ed2b997

View file

@ -285,7 +285,7 @@ bool FGATC610x::open() {
ATC610xRelease( lock_fd );
#if defined( _MSCVER_ )
#if defined( _MSC_VER )
ulMilliSecondSleep(33);
#else
usleep(33);