Skip to content

Commit 91110f9

Browse files
authored
fix missing return type in function declaration
1 parent 515cf26 commit 91110f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctest/c_sblat1c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ real *sfac;
969969
1.17 };
970970

971971
/* Local variables */
972-
extern /* Subroutine */ srottest_();
972+
extern /* Subroutine */ void srottest_();
973973
static integer i__, k, ksize;
974974
extern /* Subroutine */ int stest_(), srotmtest_();
975975
static integer ki, kn;

0 commit comments

Comments
 (0)