From 95755079a0bdf11ae304b686793b2ef507913afd Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 23 Aug 2004 19:07:34 +0000 Subject: BUILD : 1.7.5 (328) BUGS : N/A NOTES : Fixed a couple of null char entrys on svn git-svn-id: svn://svn.anope.org/anope/trunk@328 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@204 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules.c') diff --git a/src/modules.c b/src/modules.c index 26c4651d7..255cd0c5c 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1,4 +1,5 @@ /* Modular support +/* Modular support /* Modular support * * (C) 2003 Anope Team @@ -2024,4 +2025,5 @@ void moduleCleanStruct(ModuleData * moduleData[]) } /* EOF */ + -- cgit