Skip to content

Commit 60abcc3

Browse files
authored
add proper return statement
1 parent 2c2b6bc commit 60abcc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/x86_64/sscal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,5 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x, BLAS
200200
}
201201
}
202202
}
203+
return(0);
203204
}

0 commit comments

Comments
 (0)