kerneltest/f32test/smassstorage/scsiprot/t_ms_main.cpp
branchGCC_SURGE
changeset 210 b592f7984442
parent 0 a41df078684a
--- a/kerneltest/f32test/smassstorage/scsiprot/t_ms_main.cpp	Mon Jul 19 08:40:05 2010 +0100
+++ b/kerneltest/f32test/smassstorage/scsiprot/t_ms_main.cpp	Mon Jul 19 14:32:36 2010 +0100
@@ -45,7 +45,7 @@
 	}
 
 _LIT( KValueTestFailMsg, "ERROR Got %d expected %d" );
-GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, char aFileName[])
+GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, char const *aFileName)
 	{
 	if( aExpected != aValue )
 		{