CVS: setedit/holidays deutschland.c,1.2,1.3
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2009-02-24 18:29:32
|
Update of /cvsroot/setedit/setedit/holidays In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10115/holidays Modified Files: deutschland.c Log Message: * Added: [Holidays] The german holidays to the binary distro. * Fixed: [Holidays] An extra ) in the last patch. Index: deutschland.c =================================================================== RCS file: /cvsroot/setedit/setedit/holidays/deutschland.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** deutschland.c 24 Feb 2009 16:17:54 -0000 1.2 --- deutschland.c 24 Feb 2009 18:29:25 -0000 1.3 *************** *** 47,51 **** { int j,v,easter_sunday,a; ! struct dayMonth *ret=(struct dayMonth *)malloc(sizeof(struct dayMonth)*TOTAL)); int i,k; --- 47,51 ---- { int j,v,easter_sunday,a; ! struct dayMonth *ret=(struct dayMonth *)malloc(sizeof(struct dayMonth)*TOTAL); int i,k; |