summaryrefslogtreecommitdiff
blob: e02ac10b4992b4220f0d37cf72728abf96a99d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- xgammon/lib/db.c.orig	Sat Jan  6 12:14:12 2001
+++ xgammon/lib/db.c	Sat Jan  6 12:13:56 2001
@@ -259,10 +259,11 @@
     close(fid);
 }
 
-void main()
+int main()
 {
     set_binom();
     set_naufm();
     set_offset();
     set_V_Werte();
+    return(0);
 }