diff --git a/ftk/src/ftk.h b/ftk/src/ftk.h index 1527c7b..f74109c 100644 --- a/ftk/src/ftk.h +++ b/ftk/src/ftk.h @@ -867,7 +867,7 @@ void * FLMAPI operator new( FLMSIZET uiSize, ///< Number of bytes to allocate - should be sizeof( ThisClass). const char * pszFile, ///< Name of source file where this allocation is made. - int iLine) ///< Line number in source file where this allocation request is made. + int iLine) ///< Line number in source file where this allocation request is made. #ifndef FLM_WATCOM_NLM throw() #endif