fix improper function prototypes (empty parentheses)

This commit is contained in:
Martin Kroeker 2023-09-30 12:58:30 +02:00 committed by GitHub
parent 675cd551da
commit cd8ac192a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ void LAPACKE_set_nancheck( int flag )
nancheck_flag = ( flag ) ? 1 : 0;
}
int LAPACKE_get_nancheck( )
int LAPACKE_get_nancheck( void )
{
char* env;
if ( nancheck_flag != -1 ) {