Skip to content

Commit f1c9803

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/x86_64/dscal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,5 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x, BLAS
242242
}
243243
}
244244
}
245+
return(0);
245246
}

0 commit comments

Comments
 (0)