diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-11 17:34:41 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-11 17:34:41 +0000 |
commit | f4a54d2f96562e7ba54b45e976b3de1ab8f204df (patch) | |
tree | ace7c21f608e2b726e09b134d1a02ed955afce7f /modules/m_wallops.c | |
parent | a7e6544569aff97f362030000b72330b4fa2fa48 (diff) |
- Mostly style cleanups & whitespace changes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1996 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_wallops.c')
-rw-r--r-- | modules/m_wallops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_wallops.c b/modules/m_wallops.c index c05a56d..a35a523 100644 --- a/modules/m_wallops.c +++ b/modules/m_wallops.c @@ -41,7 +41,7 @@ */ static void mo_wallops(struct Client *client_p, struct Client *source_p, - int parc, char *parv[]) + int parc, char *parv[]) { const char *message = parv[1]; |