Fixed Linux compile errors.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@359 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-04-27 17:19:27 +00:00
parent 27975d5080
commit e6bc28e4cf
4 changed files with 31 additions and 23 deletions

View File

@@ -100,7 +100,7 @@ FSTATIC void f_logProcessFormatString(
{
f_logStringFormatter( 0, uiLen, uiLen, 0, pLogMessage, &args);
}
f_va_end(args);
f_va_end( args);
}
/****************************************************************************