Author: tpot Date: 2005-08-01 19:08:49 +0000 (Mon, 01 Aug 2005) New Revision: 20
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=20 Log: Break the build to test my changes to the build notification script. Modified: trunk/testprog/testprog.c Changeset: Modified: trunk/testprog/testprog.c =================================================================== --- trunk/testprog/testprog.c 2005-08-01 03:10:56 UTC (rev 19) +++ trunk/testprog/testprog.c 2005-08-01 19:08:49 UTC (rev 20) @@ -4,8 +4,10 @@ #error "the build hacks don't work" #endif +#error aargh its all gone horribly wrong + int main(int argc,char *argv[]) { - printf("I'm a happy test program\n"); + printf("I'm a happy test vegemite\n"); return 0; }
