modules: wow, that was a dumb error.

Add a stupid break statement.
This commit is contained in:
Elizabeth Myers 2016-03-06 17:08:44 -06:00
parent 7b075a7610
commit 0e5bf029a6

View file

@ -943,6 +943,8 @@ load_a_module(const char *path, int warn, int core)
}
}
}
break;
default:
ilog(L_MAIN, "Module %s has unknown/unsupported MAPI version %d.",
mod_basename, MAPI_VERSION(*mapi_version));