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
1cfb34df
Commit
1cfb34df
authored
Dec 28, 2001
by
Per Cederqvist
Browse files
(fparse_misc_info): Use ``enum info_type'' instead of ``Info_type''.
(Bug 335).
parent
5632fbdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ram-parse.c
View file @
1cfb34df
/*
* $Id: ram-parse.c,v 0.4
4
2001/12/28 1
3:30:58
ceder Exp $
* $Id: ram-parse.c,v 0.4
5
2001/12/28 1
9:04:22
ceder Exp $
* Copyright (C) 1991, 1993-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -1933,7 +1933,7 @@ fparse_misc_info(FILE *fp,
return
FAILURE
;
}
result
->
type
=
(
I
nfo_type
)
typ
;
result
->
type
=
(
enum
i
nfo_type
)
typ
;
return
OK
;
}
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