From 8d5a4c88002d09b603f041ca421f8f30e3bb9fa0 Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Tue, 6 Jun 2006 19:25:30 +0000 Subject: [PATCH] Misc. cleanup. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@522 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/src/ftk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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