Skip to content

Commit

Permalink
Fix an unfixed merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Nov 22, 2016
1 parent 9c7e99b commit a0fc432
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions opencl/openclwrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,6 @@ OpenclDevice::pixReadMemTiffCl(const l_uint8 *data,size_t size,l_int32 n)
// L_MEMSTREAM *memStream;
PROCNAME("pixReadMemTiffCl");

<<<<<<< HEAD
if (!data)
return (PIX *)ERROR_PTR("data pointer is NULL", procName, NULL);

Expand All @@ -1156,17 +1155,10 @@ OpenclDevice::pixReadMemTiffCl(const l_uint8 *data,size_t size,l_int32 n)
}

if (pagefound == FALSE) {
L_WARNING("tiff page %d not found", procName);
L_WARNING("tiff page %d not found", procName, i);
TIFFCleanup(tif);
return NULL;
}
=======
if (pagefound == FALSE) {
L_WARNING("tiff page %d not found", procName, i);
TIFFCleanup(tif);
return NULL;
}
>>>>>>> 8bff1e618ff4f14dfacd523ff0b57b944999f24f

TIFFCleanup(tif);
return pix;
Expand Down

0 comments on commit a0fc432

Please sign in to comment.