Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1547 → Rev 1546

/demos/trunk/base/srpdemo.c
34,7 → 34,7
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* CVS : $Id: srpdemo.c,v 1.4 2005-01-08 14:31:38 pj Exp $
* CVS : $Id: srpdemo.c,v 1.3 2004-04-17 11:36:15 giacomo Exp $
 
This test verify the correctness of the SRP module.
 
228,7 → 228,7
sys_gettime(&t);
} while (t.tv_sec < 60);
exit(0);
sys_end();
 
return 0;
}