Unverified Commit 473588c3 authored by xsddz's avatar xsddz Committed by GitHub
Browse files

Fix typo in rdb.c (#8827)

parent 9fab2690
...@@ -2633,7 +2633,7 @@ eoferr: ...@@ -2633,7 +2633,7 @@ eoferr:
* output is initialized and finalized. * output is initialized and finalized.
* *
* If you pass an 'rsi' structure initialied with RDB_SAVE_OPTION_INIT, the * If you pass an 'rsi' structure initialied with RDB_SAVE_OPTION_INIT, the
* loading code will fiil the information fields in the structure. */ * loading code will fill the information fields in the structure. */
int rdbLoad(char *filename, rdbSaveInfo *rsi, int rdbflags) { int rdbLoad(char *filename, rdbSaveInfo *rsi, int rdbflags) {
FILE *fp; FILE *fp;
rio rdb; rio rdb;
......
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