fixed } on namespace
This commit is contained in:
parent
61725da869
commit
449b78e258
@ -13,7 +13,7 @@
|
|||||||
File: ZE_Utility.cpp <br>
|
File: ZE_Utility.cpp <br>
|
||||||
Description: Implementation source file for ZEngine Utilities. <br>
|
Description: Implementation source file for ZEngine Utilities. <br>
|
||||||
Author(s): James Turk <br>
|
Author(s): James Turk <br>
|
||||||
$Id: ZE_Utility.cpp,v 1.1 2003/01/15 05:38:57 cozman Exp $<br>
|
$Id: ZE_Utility.cpp,v 1.2 2003/01/16 04:42:04 cozman Exp $<br>
|
||||||
|
|
||||||
\file ZE_ZUtility.cpp
|
\file ZE_ZUtility.cpp
|
||||||
\brief Source file for ZEngine utility functions.
|
\brief Source file for ZEngine utility functions.
|
||||||
@ -36,3 +36,5 @@ string FormatStr(const char *fmtstr, ...)
|
|||||||
va_end(args);
|
va_end(args);
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user