[cmake-commits] alex committed main.c 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 9 08:16:07 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/Assembler
In directory public:/mounts/ram/cvs-serv9972

Modified Files:
	main.c 
Log Message:
COMP: hopefully fix test, finally

Alex



Index: main.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Assembler/main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- main.c	9 Jul 2007 02:06:32 -0000	1.3
+++ main.c	9 Jul 2007 12:16:04 -0000	1.4
@@ -7,7 +7,6 @@
 #else
 int main(int argc, char*argv[]){
 #endif
-{
   printf("hello assembler world, %d arguments  given\n", argc);
   return 0;
 }



More information about the Cmake-commits mailing list