modules: wow, that was a dumb error.
Add a stupid break statement.
This commit is contained in:
parent
7b075a7610
commit
0e5bf029a6
1 changed files with 2 additions and 0 deletions
|
@ -943,6 +943,8 @@ load_a_module(const char *path, int warn, int core)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
ilog(L_MAIN, "Module %s has unknown/unsupported MAPI version %d.",
|
ilog(L_MAIN, "Module %s has unknown/unsupported MAPI version %d.",
|
||||||
mod_basename, MAPI_VERSION(*mapi_version));
|
mod_basename, MAPI_VERSION(*mapi_version));
|
||||||
|
|
Loading…
Reference in a new issue