Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c686c938
Commit
c686c938
authored
May 20, 1999
by
Per Cederqvist
Browse files
(prot_a_output_misc_info): Fix usage of the COMPILE_CHECKS macro.
parent
35bc57a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a-output.c
View file @
c686c938
/*
* $Id: prot-a-output.c,v 0.4
5
1999/05/
18 13:06:55 by
er
s
Exp $
* $Id: prot-a-output.c,v 0.4
6
1999/05/
20 06:52:44 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,7 +35,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: prot-a-output.c,v 0.4
5
1999/05/
18 13:06:55 by
er
s
Exp $"
;
rcsid
=
"$Id: prot-a-output.c,v 0.4
6
1999/05/
20 06:52:44 ced
er Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -754,8 +754,9 @@ prot_a_output_misc_info(Connection *fp,
#ifndef COMPILE_CHECKS
default:
restart_kom
(
"prot_a_output_misc_info: Illegal misc
\n
"
);
#endif
case
unknown_info
:
restart_kom
(
"prot_a_output_misc_info: Illegal misc
\n
"
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment