X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fobject.c;h=9133b7e6d8ff16e4d74f631ad6e12088478caf34;hb=d5fdccbecd2acde9a6e067b54fcd69b02f31a820;hp=4552077ada71f7369dcf1f64e0a9df143825c50e;hpb=18fcca1138ad1b480854cb1e64fa10a84660dcba;p=libucw.git diff --git a/images/object.c b/images/object.c index 4552077a..9133b7e6 100644 --- a/images/object.c +++ b/images/object.c @@ -9,9 +9,9 @@ #undef LOCAL_DEBUG #include "sherlock/sherlock.h" -#include "lib/base224.h" -#include "lib/mempool.h" -#include "lib/fastbuf.h" +#include "ucw/base224.h" +#include "ucw/mempool.h" +#include "ucw/fastbuf.h" #include "sherlock/object.h" #include "images/images.h" #include "images/object.h" @@ -85,7 +85,7 @@ read_image_obj_thumb(struct image_obj_info *ioi, struct fastbuf *fb, struct imag return img; error: DBG("Failed to decompress thumbnail: %s", io->thread->err_msg); - return NULL; + return NULL; } void