diff --git a/src/ijoin.c b/src/ijoin.c index 96a9deae4..b4f0a4b08 100644 --- a/src/ijoin.c +++ b/src/ijoin.c @@ -322,7 +322,7 @@ SEXP overlaps(SEXP ux, SEXP imatches, SEXP multArg, SEXP typeArg, SEXP nomatchAr ++totlen; } break; - default: error(_("Internal error: unknown type in mult=ALL in overlaps: %d"), mult, type); // #nocov + default: error(_("Internal error: unknown type in mult=ALL in overlaps: %d"), type); // #nocov } } else totlen = rows; end1 = clock() - start;