--- a/lotto.c
+++ b/lotto.c
@@ -1,8 +1,5 @@
/**
- * $Id: main.c,v 1.1.1.1 2008-04-28 17:32:53 mbroeker Exp $
- * $Author: mbroeker $
- *
- * lotto.c
+ * test/demos/lotto.c
* computes the best n lottery-values from m loops out of [1..end]
*
* ------------------------------------------------------------------------------
@@ -10,7 +7,6 @@
* | ==18509== malloc/free: in use at exit: 0 bytes in 0 blocks. |
* | ==18509== malloc/free: 10,003 allocs, 10,003 frees, 280,600 bytes allocated. |
* ------------------------------------------------------------------------------
- *
*/
#include <stdio.h>