diff options
-rw-r--r-- | src/misc.c | 2 | ||||
-rw-r--r-- | src/modules.c | 2 | ||||
-rw-r--r-- | src/mysql.c | 2 | ||||
-rw-r--r-- | src/news.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
5 files changed, 12 insertions, 2 deletions
diff --git a/src/misc.c b/src/misc.c index c72402f14..c3726ce74 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,5 +1,6 @@ /* Miscellaneous routines. /* Miscellaneous routines. +/* Miscellaneous routines. * * (C) 2003 Anope Team * Contact us at info@anope.org @@ -710,4 +711,5 @@ int nickIsServices(char *nick) return found; } + diff --git a/src/modules.c b/src/modules.c index 26c4651d7..255cd0c5c 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1,5 +1,6 @@ /* Modular support /* Modular support +/* Modular support * * (C) 2003 Anope Team * Contact us at info@anope.org @@ -2024,4 +2025,5 @@ void moduleCleanStruct(ModuleData * moduleData[]) } /* EOF */ + diff --git a/src/mysql.c b/src/mysql.c index ab3aaa14e..cb4e079ed 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -1,5 +1,6 @@ /* MySQL functions. /* MySQL functions. +/* MySQL functions. * * (C) 2003 Anope Team * Contact us at info@anope.org @@ -1609,3 +1610,4 @@ void db_mysql_load_ns_dbase(void) } } + diff --git a/src/news.c b/src/news.c index cce868ec2..a419aa616 100644 --- a/src/news.c +++ b/src/news.c @@ -1,5 +1,6 @@ /* News functions. /* News functions. +/* News functions. * * (C) 2003 Anope Team * Contact us at info@anope.org @@ -97,7 +98,6 @@ struct newsmsgs msgarray[] = { }; /* *INDENT-ON* */ -static int *findmsgs(int16 type, char **typename) { int i; for (i = 0; i < lenof(msgarray); i++) { diff --git a/version.log b/version.log index 2df9d221f..7a14ca1b1 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="5" -VERSION_BUILD="327" +VERSION_BUILD="328" # $Log$ # +# BUILD : 1.7.5 (328) +# BUGS : N/A +# NOTES : Fixed a couple of null char entrys on svn +# # BUILD : 1.7.5 (327) # BUGS : none # NOTES : Merged anope-capab into main trunk... |