Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
e610dbce
Unverified
Commit
e610dbce
authored
Oct 21, 2018
by
hujie
Committed by
GitHub
Oct 21, 2018
Browse files
fix typo in config.c
parent
63e41ee1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.c
View file @
e610dbce
...
@@ -120,7 +120,7 @@ const char *configEnumGetName(configEnum *ce, int val) {
...
@@ -120,7 +120,7 @@ const char *configEnumGetName(configEnum *ce, int val) {
return
NULL
;
return
NULL
;
}
}
/* Wrapper for configEnumGetName() returning "unknown" ins
e
tad of NULL if
/* Wrapper for configEnumGetName() returning "unknown" inst
e
ad of NULL if
* there is no match. */
* there is no match. */
const
char
*
configEnumGetNameOrUnknown
(
configEnum
*
ce
,
int
val
)
{
const
char
*
configEnumGetNameOrUnknown
(
configEnum
*
ce
,
int
val
)
{
const
char
*
name
=
configEnumGetName
(
ce
,
val
);
const
char
*
name
=
configEnumGetName
(
ce
,
val
);
...
...
Write
Preview
Markdown
is supported
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