Skip to content

Commit d8126c7

Browse files
authored
fix prototype
1 parent 769a58e commit d8126c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest/c_cblat1c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ static real c_b43 = (float)1.;
887887
/* Subroutine */ int stest1_(real* scomp1, real* strue1, real* ssize, real* sfac)
888888
{
889889
static real scomp[1], strue[1];
890-
extern /* Subroutine */ int stest_(int*, real*, real*, real*, real*);
890+
extern /* Subroutine */ int stest_(integer*, real*, real*, real*, real*);
891891

892892
/* ************************* STEST1 ***************************** */
893893

0 commit comments

Comments
 (0)