X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/3c0bc8695b5eb170b423a1d7598bcad5014ed87a..d9b0524a108bb57ecc5e05fde9077c5cc5c3c077:/src/picoproj.c diff --git a/src/picoproj.c b/src/picoproj.c index f8eb5bc..cc31714 100644 --- a/src/picoproj.c +++ b/src/picoproj.c @@ -50,7 +50,7 @@ int main(int argc, char *argv[]) char filename[FILENAME_MAX] = {0}; int image_fd; struct stat st; - am7xxx_device dev; + am7xxx_device *dev; int format = AM7XXX_IMAGE_FORMAT_JPEG; int width = 800; int height = 480;