This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit c198678bf0285ac9ed33e8febc97b50d3aeb7ed4
Author: Kim Woelders <[email protected]>
AuthorDate: Sat Aug 6 19:27:53 2022 +0200
api: Remove cast previously dropped everywhere else
---
src/lib/api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/api.c b/src/lib/api.c
index ac375bf..fee1102 100644
--- a/src/lib/api.c
+++ b/src/lib/api.c
@@ -903,7 +903,7 @@ imlib_load_image_mem(const char *file, int *err, const void *data, size_t size)
im = __imlib_LoadImage(file, &ila);
- return (Imlib_Image) im;
+ return im;
}
EAPI Imlib_Image
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.