mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo
Reported by: emaste
This commit is contained in:
parent
5c41c9d246
commit
04660ed15f
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ iconv_unregister_converter(struct iconv_converter_class *dcp)
|
|||
{
|
||||
dcp->refs--;
|
||||
if (dcp->refs > 1) {
|
||||
ICDEBUG("converter have %d references left\n", dcp->refs);
|
||||
ICDEBUG("converter has %d references left\n", dcp->refs);
|
||||
return EBUSY;
|
||||
}
|
||||
TAILQ_REMOVE(&iconv_converters, dcp, cc_link);
|
||||
|
|
|
|||
Loading…
Reference in a new issue