summaryrefslogtreecommitdiffstats
path: root/src/filegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filegen.h')
-rw-r--r--src/filegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filegen.h b/src/filegen.h
index dc64e4e3..5521ef2e 100644
--- a/src/filegen.h
+++ b/src/filegen.h
@@ -123,7 +123,7 @@ void free_header_check(void);
/*@
@ requires \valid(file_recovery);
@ requires \valid(file_recovery->handle);
- @ ensures \valid(file_recovery->handle);
+ @ ensures file_recovery->handle == \old(file_recovery->handle);
@*/
void file_allow_nl(file_recovery_t *file_recovery, const unsigned int nl_mode);