summaryrefslogtreecommitdiff
blob: e94afa0792a1a8e4b6dc5c6e54518b28d53ce4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- xgammon/lib/db.c	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);
 }