summaryrefslogtreecommitdiff
path: root/src/news.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/news.c')
-rw-r--r--src/news.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/news.c b/src/news.c
index a85fbe4fa..1ea907226 100644
--- a/src/news.c
+++ b/src/news.c
@@ -321,7 +321,6 @@ void display_news(User * u, int16 type)
/*************************************************************************/
/***************************** News editing ******************************/
/*************************************************************************/
-
/* Declared in extern.h */
int do_logonnews(User * u)
{
@@ -329,6 +328,7 @@ int do_logonnews(User * u)
return MOD_CONT;
}
+
/* Declared in extern.h */
int do_opernews(User * u)
{