diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2015-06-12 19:52:24 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2015-06-12 19:52:24 +0200 |
commit | a2875d3e9fbf64f00e72ddbd0b4c417f5419228e (patch) | |
tree | 14254cae2014f9c0778bb986775114c4b39cc8f7 /src/file_list.c | |
parent | 2b460a04790c76a1bd482320ea7c8eabdc708809 (diff) |
PhotoRec: recover Tux Guitar 1.2 .tg files
Diffstat (limited to 'src/file_list.c')
-rw-r--r-- | src/file_list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_list.c b/src/file_list.c index e0179a5..f87ca60 100644 --- a/src/file_list.c +++ b/src/file_list.c @@ -270,6 +270,7 @@ extern const file_hint_t file_hint_stuffit; extern const file_hint_t file_hint_swf; extern const file_hint_t file_hint_tar; extern const file_hint_t file_hint_tax; +extern const file_hint_t file_hint_tg; extern const file_hint_t file_hint_tib; extern const file_hint_t file_hint_tiff; extern const file_hint_t file_hint_tivo; @@ -555,6 +556,7 @@ file_enable_t list_file_enable[]= { .enable=0, .file_hint=&file_hint_swf }, { .enable=0, .file_hint=&file_hint_tar }, { .enable=0, .file_hint=&file_hint_tax }, + { .enable=0, .file_hint=&file_hint_tg }, { .enable=0, .file_hint=&file_hint_tib }, { .enable=0, .file_hint=&file_hint_tiff }, { .enable=0, .file_hint=&file_hint_tivo }, |