Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
825fe7bd
Unverified
Commit
825fe7bd
authored
Oct 27, 2020
by
Andrij Fedyk
Committed by
GitHub
Oct 27, 2020
Browse files
rdb.c: fix typo in a comment (#7970)
parent
dc899c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rdb.c
View file @
825fe7bd
...
...
@@ -43,7 +43,7 @@
#include <sys/stat.h>
#include <sys/param.h>
/* This macro is called when the internal RDB str
a
cture is corrupt */
/* This macro is called when the internal RDB str
u
cture is corrupt */
#define rdbExitReportCorruptRDB(...) rdbReportError(1, __LINE__,__VA_ARGS__)
/* This macro is called when RDB read failed (possibly a short read) */
#define rdbReportReadError(...) rdbReportError(0, __LINE__,__VA_ARGS__)
...
...
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