srcanamdw_os/leavescan/source/leavescan.cpp
branchCompilerCompatibility
changeset 17 849005a0b183
parent 10 d4b442d23379
child 18 99082257a271
--- a/srcanamdw_os/leavescan/source/leavescan.cpp	Mon Mar 08 21:44:30 2010 +0000
+++ b/srcanamdw_os/leavescan/source/leavescan.cpp	Sun Mar 14 12:59:11 2010 +0000
@@ -1,7 +1,7 @@
 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
-// under the terms of "Eclipse Public License v1.0"
+// under the terms of the License "Eclipse Public License v1.0"
 // which accompanies this distribution, and is available
 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
 //
@@ -516,7 +516,7 @@
 		// Valid Block comment, verify that the function name by applying smartfind
 		isvalidlocationforBlock = SmartFind(aFile, aName, blockCommentStartPosn); 
 		if( (isvalidlocationforBlock == string::npos) || // There is no occurrence of name
-			((isvalidlocationforBlock > aStartbraceposn) && (isvalidlocationforBlock != string::npos))) // The name exists but that is inside function block
+			((isvalidlocationforBlock > aStartbraceposn) && (isvalidlocationforBlock != string::npos))) //// The name exists but that is inside function block
 		{
 			return true; 
 		}