kopia lustrzana https://gitlab.com/sane-project/backends
Fix style.
rodzic
65470e95aa
commit
2ea6552ed3
|
@ -45,7 +45,7 @@ get_TIFF_data(capabilities_t *scanner, int *w, int *h, int *components)
|
||||||
npixels = width * height;
|
npixels = width * height;
|
||||||
raster = (unsigned char*) malloc(npixels * sizeof (uint32));
|
raster = (unsigned char*) malloc(npixels * sizeof (uint32));
|
||||||
if (raster != NULL)
|
if (raster != NULL)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Memory allocation problem.\n");
|
fprintf(stderr, "Memory allocation problem.\n");
|
||||||
return (SANE_STATUS_INVAL);
|
return (SANE_STATUS_INVAL);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue