]> mj.ucw.cz Git - libucw.git/blobdiff - images/object.c
bgetl() should return uns instead of u32
[libucw.git] / images / object.c
index 4552077ada71f7369dcf1f64e0a9df143825c50e..7138aa954f703d7a1ee0d73b34660ff54c489db2 100644 (file)
@@ -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 img;
 error:
   DBG("Failed to decompress thumbnail: %s", io->thread->err_msg);
-  return NULL;  
+  return NULL;
 }
 
 void
 }
 
 void