Skip to content

Commit

Permalink
added missing #
Browse files Browse the repository at this point in the history
  • Loading branch information
merliseclyde committed Dec 7, 2023
1 parent 8211d0f commit 5c1950c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/family.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ void Lapack_chol2inv(double *A, int sz, double *ans)
error(_("element (%d, %d) is zero, so the inverse cannot be computed"),
i, i);
error(_("argument %d of Lapack routine %s had invalid value"),
-i, "dpotri"); //nocov end
-i, "dpotri"); // # nocov end
}

for (j = 0; j < sz; j++) {
Expand Down

0 comments on commit 5c1950c

Please sign in to comment.