|
From: Hasnain A. <has...@us...> - 2007-03-21 05:18:56
|
Update of /cvsroot/hello-world/myproject1 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6260 Modified Files: main.c Log Message: Added a printf statement in main. Index: main.c =================================================================== RCS file: /cvsroot/hello-world/myproject1/main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main.c 19 Sep 2006 11:00:46 -0000 1.4 --- main.c 21 Mar 2007 05:18:53 -0000 1.5 *************** *** 10,14 **** cvs (); ! //both changes merged --- 10,14 ---- cvs (); ! printf ( "Now exiting!\n" ); //both changes merged |