From 102d1b5c4f54e57c068694a0c7f0c01bbd29b2b8 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 16 Oct 1991 17:23:24 +0000 Subject: [PATCH] Cosmetic changes. --- src/server/conference.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/server/conference.c b/src/server/conference.c index 2d4524806..a343665ae 100644 --- a/src/server/conference.c +++ b/src/server/conference.c @@ -1,5 +1,5 @@ /* - * $Id: conference.c,v 0.12 1991/09/15 10:32:52 linus Exp $ + * $Id: conference.c,v 0.13 1991/10/16 17:23:24 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -28,7 +28,7 @@ * All atomic calls that deals with conferences. */ -static char *rcsid = "$Id: conference.c,v 0.12 1991/09/15 10:32:52 linus Exp $"; +static char *rcsid = "$Id: conference.c,v 0.13 1991/10/16 17:23:24 ceder Exp $"; #include <time.h> @@ -621,7 +621,7 @@ set_presentation (Conf_no conf_no, * * Only the supervisor can change the motd. * - * BUG: There is no asynchronous message that reports new motds. + * BUG: +++ There is no asynchronous message that reports new motds. */ extern Success set_etc_motd( Conf_no conf_no, -- GitLab