pull/820/head
Xiang Li 2014-01-10 18:49:12 +08:00
commit 5cf2325c04
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func (ss *Snapshot) save() error {
return err return err
} }
// force the change writting to disk // force the change writing to disk
file.Sync() file.Sync()
return err return err
} }