diff -ur GotoBLAS2-orig/ctest/c_xerbla.c GotoBLAS2/ctest/c_xerbla.c --- GotoBLAS2-orig/ctest/c_xerbla.c 2009-09-10 23:52:13.000000000 +0200 +++ GotoBLAS2/ctest/c_xerbla.c 2010-11-26 23:37:45.000000000 +0100 @@ -131,7 +131,7 @@ int BLASFUNC(xerbla)(char *name, blasint *info, blasint length) { F77_xerbla(name, info); - + return 0; };