diff options
Diffstat (limited to 'gifprobe/src/main.rs')
-rw-r--r-- | gifprobe/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gifprobe/src/main.rs b/gifprobe/src/main.rs index c6bc0f8..241c421 100644 --- a/gifprobe/src/main.rs +++ b/gifprobe/src/main.rs @@ -24,7 +24,7 @@ fn main() { gif.screen_descriptor.height.yellow() ); - if gif.screen_descriptor.color_table_present() { + if gif.screen_descriptor.has_color_table() { println!( "\tGlobal Color Table Present {}\n\tGlobal Color Table Size {}", "Yes".green(), |