diff options
Diffstat (limited to 'src/ufodecode-private.h')
-rw-r--r-- | src/ufodecode-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ufodecode-private.h b/src/ufodecode-private.h index 4dce6bc..947936f 100644 --- a/src/ufodecode-private.h +++ b/src/ufodecode-private.h @@ -5,6 +5,7 @@ struct ufo_decoder_t { uint32_t height; + uint32_t width; uint32_t *raw; size_t num_bytes; uint32_t current_pos; |