Skip to content
GitLab
Menu
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
2594260b
Commit
2594260b
authored
Oct 13, 1993
by
Per Cederqvist
Browse files
Fixed typo.
parent
85a02cd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/dbck.c
View file @
2594260b
/*
/*
* $Id: dbck.c,v 0.1
6
1993/10/13 1
8:11:13
ceder Exp $
* $Id: dbck.c,v 0.1
7
1993/10/13 1
9:02:02
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* Copyright (C) 1991 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
* Author: Per Cederqvist.
* Author: Per Cederqvist.
*/
*/
static
char
*
rcsid
=
"$Id: dbck.c,v 0.1
6
1993/10/13 1
8:11:13
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: dbck.c,v 0.1
7
1993/10/13 1
9:02:02
ceder Exp $"
;
#include
"rcs.h"
#include
"rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
@@ -117,7 +117,7 @@ restart_kom (const char * format, ...)
...
@@ -117,7 +117,7 @@ restart_kom (const char * format, ...)
va_end
(
AP
);
va_end
(
AP
);
exit
(
1
);
exit
(
1
);
}
}
#
l
ese
#e
l
se
extern
void
extern
void
restart_kom
(
format
,
a
,
b
,
c
,
d
,
e
,
f
,
g
)
restart_kom
(
format
,
a
,
b
,
c
,
d
,
e
,
f
,
g
)
const
char
*
format
;
const
char
*
format
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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