diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2009-10-25 18:26:16 +0100 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2009-10-25 18:26:16 +0100 |
commit | 5156d5b462f00da3830dc6314dd74feda37f1257 (patch) | |
tree | 85ff8a96aeab5a1cdd6054f6be8a53d12d401788 /src/file_all.c | |
parent | 4a75ec8effe3e4878e7710a1322d8ed86f059c08 (diff) |
Code cleanup
Diffstat (limited to 'src/file_all.c')
-rw-r--r-- | src/file_all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_all.c b/src/file_all.c index 9ba9e88..91d9aea 100644 --- a/src/file_all.c +++ b/src/file_all.c @@ -43,7 +43,7 @@ const file_hint_t file_hint_all= { .register_header_check=®ister_header_check_all }; -const unsigned char all_header[8]= { 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x06, 0x04}; +static const unsigned char all_header[8]= { 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x06, 0x04}; static void register_header_check_all(file_stat_t *file_stat) { |