api: Remove cast previously dropped everywhere else

This commit is contained in:
Kim Woelders 2022-08-06 19:27:53 +02:00
parent cd4f0c0419
commit c198678bf0
1 changed files with 1 additions and 1 deletions

View File

@ -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