aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 7a3ef3267cb..c50259239a0 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4520,7 +4520,7 @@ by calling `format-decode', which see. */)
4520 /* Find the end position, which is end_offset if given, 4520 /* Find the end position, which is end_offset if given,
4521 the file's end otherwise. */ 4521 the file's end otherwise. */
4522 4522
4523 off_t endpos; 4523 off_t endpos UNINIT;
4524 if (!giveup_match_end) 4524 if (!giveup_match_end)
4525 { 4525 {
4526 endpos = end_offset; 4526 endpos = end_offset;