aboutsummaryrefslogtreecommitdiff
path: root/subversion/libsvn_fs_fs/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/libsvn_fs_fs/index.c')
-rw-r--r--subversion/libsvn_fs_fs/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_fs_fs/index.c b/subversion/libsvn_fs_fs/index.c
index b7ba79f96313..168022e63eb3 100644
--- a/subversion/libsvn_fs_fs/index.c
+++ b/subversion/libsvn_fs_fs/index.c
@@ -827,7 +827,7 @@ svn_fs_fs__l2p_index_append(svn_checksum_t **checksum,
&eof, local_pool));
/* handle new revision */
- if ((entry > 0 && proto_entry.offset == 0) || eof)
+ if (eof || (entry > 0 && proto_entry.offset == 0))
{
/* dump entries, grouped into pages */