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
6baf20af
Commit
6baf20af
authored
Mar 21, 2023
by
Vitaly Arbuzov
Browse files
Remove empty line
parent
e6e1853f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rdb.c
View file @
6baf20af
...
@@ -63,7 +63,6 @@ void rdbCheckSetError(const char *fmt, ...);
...
@@ -63,7 +63,6 @@ void rdbCheckSetError(const char *fmt, ...);
#ifdef __GNUC__
#ifdef __GNUC__
void
rdbReportError
(
int
corruption_error
,
int
linenum
,
char
*
reason
,
...)
__attribute__
((
format
(
printf
,
3
,
4
)));
void
rdbReportError
(
int
corruption_error
,
int
linenum
,
char
*
reason
,
...)
__attribute__
((
format
(
printf
,
3
,
4
)));
#endif
#endif
void
rdbReportError
(
int
corruption_error
,
int
linenum
,
char
*
reason
,
...)
{
void
rdbReportError
(
int
corruption_error
,
int
linenum
,
char
*
reason
,
...)
{
va_list
ap
;
va_list
ap
;
...
...
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