Commit 6baf20af authored by Vitaly Arbuzov's avatar Vitaly Arbuzov
Browse files

Remove empty line

parent e6e1853f
...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment