src/file_fbx.c: fix wrong Frama-C annotations

This commit is contained in:
Christophe Grenier 2023-10-08 14:31:06 +02:00
parent 126b9fafe5
commit 1941a27e94

View file

@ -46,7 +46,8 @@ const file_hint_t file_hint_fbx= {
/*@
@ requires valid_file_check_param(file_recovery);
@ ensures valid_file_check_result(file_recovery);
@ assigns *file_recovery_new;
@ assigns *file_recovery->handle, errno, file_recovery->file_size;
@ assigns Frama_C_entropy_source;
@*/
static void file_check_fbx(file_recovery_t *file_recovery)
{