1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/biology/paml/files/patch-ab

12 lines
342 B
Plaintext
Raw Normal View History

--- evolver.c-orig Thu Jun 15 14:42:52 2000
+++ evolver.c Fri Jul 7 06:40:09 2000
@@ -63,7 +63,7 @@
static double Qfactor=-1, Qrates[5]; /* Qrates[] hold kappa's for nucleotides */
-void main(int argc, char*argv[])
+main(int argc, char*argv[])
{
char *MCctlf=NULL, outf[]="evolver.out";
int i, option=6, ntree=1,rooted, BD=0;