summaryrefslogtreecommitdiffstats
path: root/src/ufodecode-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufodecode-private.h')
-rw-r--r--src/ufodecode-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ufodecode-private.h b/src/ufodecode-private.h
index 947936f..19746ce 100644
--- a/src/ufodecode-private.h
+++ b/src/ufodecode-private.h
@@ -4,7 +4,7 @@
#include <stdbool.h>
struct ufo_decoder_t {
- uint32_t height;
+ int32_t height;
uint32_t width;
uint32_t *raw;
size_t num_bytes;