aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 0f550733223..a7c2ef25efa 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2318,8 +2318,10 @@ before the error is signaled.")
2318 } 2318 }
2319 2319
2320 if (inserted > 0) 2320 if (inserted > 0)
2321 MODIFF++; 2321 {
2322 record_insert (point, inserted); 2322 record_insert (point, inserted);
2323 MODIFF++;
2324 }
2323 2325
2324 close (fd); 2326 close (fd);
2325 2327