diff options
Diffstat (limited to 'include/video_easylogo.h')
-rw-r--r-- | include/video_easylogo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video_easylogo.h b/include/video_easylogo.h index 1e00818..ce93868 100644 --- a/include/video_easylogo.h +++ b/include/video_easylogo.h @@ -15,7 +15,7 @@ #endif typedef struct { - unsigned char *data; + unsigned char *data; int width; int height; int bpp; |