modules: add missing break
This commit is contained in:
parent
558744e520
commit
e8de2bfaf0
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ unload_one_module(const char *name, bool warn)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
sendto_realops_snomask(SNO_GENERAL, L_ALL,
|
sendto_realops_snomask(SNO_GENERAL, L_ALL,
|
||||||
|
|
Loading…
Reference in a new issue