Skip to content

Commit

Permalink
fix prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Oct 8, 2023
1 parent 769a58e commit d8126c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctest/c_cblat1c.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ static real c_b43 = (float)1.;
/* Subroutine */ int stest1_(real* scomp1, real* strue1, real* ssize, real* sfac)
{
static real scomp[1], strue[1];
extern /* Subroutine */ int stest_(int*, real*, real*, real*, real*);
extern /* Subroutine */ int stest_(integer*, real*, real*, real*, real*);

/* ************************* STEST1 ***************************** */

Expand Down

0 comments on commit d8126c7

Please sign in to comment.