Skip to content

Commit 3e0dab9

Browse files
committed
Fix return type
1 parent a2b6f53 commit 3e0dab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/test/openblas/test_install.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <cblas.h>
22
#include <stdio.h>
33

4-
void main()
4+
int main()
55
{
66
double A[ 6 ] = { 1.0, 2.0, 1.0, -3.0, 4.0, -1.0 };
77
double B[ 6 ] = { 1.0, 2.0, 1.0, -3.0, 4.0, -1.0 };

0 commit comments

Comments
 (0)