diff options
Diffstat (limited to 'src/analysis/binary-int.h')
-rw-r--r-- | src/analysis/binary-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/binary-int.h b/src/analysis/binary-int.h index 8aa2e83..6361a0c 100644 --- a/src/analysis/binary-int.h +++ b/src/analysis/binary-int.h @@ -75,7 +75,7 @@ struct _GLoadedBinary size_t decbuf_count; /* Taille des tableaux */ size_t defsrc; /* Fichier source principal */ - bool text_display[BDT_COUNT][2]; /* Position et code binaire #1 */ + bool text_display[BVW_COUNT][2]; /* Position et code binaire #1 */ bool lines_display; /* Affichage des lignes */ }; |