diff options
Diffstat (limited to 'sys/kgssapi/gss_impl.c')
-rw-r--r-- | sys/kgssapi/gss_impl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kgssapi/gss_impl.c b/sys/kgssapi/gss_impl.c index 3a427a5..38930d7 100644 --- a/sys/kgssapi/gss_impl.c +++ b/sys/kgssapi/gss_impl.c @@ -323,7 +323,7 @@ kgssapi_modevent(module_t mod, int type, void *data) /* FALLTHROUGH */ default: error = EOPNOTSUPP; - }; + } return (error); } static moduledata_t kgssapi_mod = { |