Skip to content

Commit 1db585c

Browse files
authored
Fix missing return
1 parent 4eb65e2 commit 1db585c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest/c_dblat3c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3857,7 +3857,7 @@ doublereal ddiff_(doublereal* x, doublereal* y)
38573857
}
38583858

38593859
L150:
3860-
3860+
return(0);
38613861

38623862
/* End of DMMTCH */
38633863

0 commit comments

Comments
 (0)