Add return value so that freebsd system clang does not err out

This commit is contained in:
Andrew 2018-11-25 21:35:01 +01:00
parent f049a4c84f
commit 19c4bdd8b3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT beta,
}
if (n == 0 || m == 0)
return;
return 0;
c_offset = c;