Ran dos2unix to fixup CR/LF to LF.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@294 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-04-05 19:03:45 +00:00
parent 3cc709874f
commit 2ca0ce607b

View File

@@ -377,10 +377,10 @@ FLMEXP FLMUINT FLMAPI f_timeGetMilliTime()
/****************************************************************************
Desc: Get the current time as platform-dependent timer units.
****************************************************************************/
FLMEXP FLMUINT FLMAPI f_getCurrTimeAsTimerUnits( void)
{
return( FLM_GET_TIMER());
}
FLMEXP FLMUINT FLMAPI f_getCurrTimeAsTimerUnits( void)
{
return( FLM_GET_TIMER());
}
/****************************************************************************
Desc: Convert seconds to platform-dependent timer units.