summaryrefslogtreecommitdiff
path: root/games/xgammon/files/patch-ad
blob: dbaf5ce1c76d3ba53106e71ce310328475a3395c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*** lib/db.c.orig	Sat Aug 26 19:56:39 1995
--- lib/db.c	Sat Apr 27 16:40:25 1996
***************
*** 259,268 ****
      close(fid);
  }
  
! void main()
  {
      set_binom();
      set_naufm();
      set_offset();
      set_V_Werte();
  }
--- 259,269 ----
      close(fid);
  }
  
! main()
  {
      set_binom();
      set_naufm();
      set_offset();
      set_V_Werte();
+     return 0;
  }