diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-02 17:07:55 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-02 17:07:55 +0000 |
commit | 040365d88ab2187347e94fa561e7887f140f7fff (patch) | |
tree | e8078a678176e47e553e6cd42726819936ac5778 /src/modules.c | |
parent | 76ed67fe37cba4734e1377a468cc95da736ff5d2 (diff) |
- Style corrections
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2526 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/modules.c')
-rw-r--r-- | src/modules.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules.c b/src/modules.c index 8c90b5f..37b0151 100644 --- a/src/modules.c +++ b/src/modules.c @@ -119,7 +119,8 @@ load_a_module(const char *path, int warn) if (findmodule_byname((mod_basename = libio_basename(path)))) return 1; - if (!(tmpptr = lt_dlopen(path))) { + if (!(tmpptr = lt_dlopen(path))) + { const char *err = ((err = lt_dlerror())) ? err : "<unknown>"; sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, |