Skip to content

Commit

Permalink
add proper return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Aug 3, 2024
1 parent 60abcc3 commit f1c9803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/x86_64/dscal.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,5 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x, BLAS
}
}
}
return(0);
}

0 comments on commit f1c9803

Please sign in to comment.