utilitylibraries/libutils/tsrc/src/test_wcharptotptr16_negative2.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/utilitylibraries/libutils/tsrc/src/test_wcharptotptr16_negative2.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/utilitylibraries/libutils/tsrc/src/test_wcharptotptr16_negative2.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -20,7 +20,7 @@
 #include "libutils.h"
 #include"std_log_result.h"
 #define LOG_FILENAME_LINE __FILE__, __LINE__
-int main()
+void main()
 {
     int retval =ESuccess;
     wchar_t* mywcharstring = NULL; 
@@ -38,6 +38,4 @@
     printf("wcharptotptr16 negative2 Failed\n");
     }      
     testResultXml("test_wcharptotptr16_negative2");
-	
-	return 0;
 }