fix error message in libraw2crtc.c
This commit is contained in:
parent
9fce55e4bc
commit
fb91380662
@ -149,7 +149,7 @@ unsigned char *raw2crtc(T_IO_Context *context, unsigned char mode, unsigned char
|
|||||||
{
|
{
|
||||||
if(*(allocationBuffer + i) > 1)
|
if(*(allocationBuffer + i) > 1)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "WARNING : Multiple writte to memory address 0x%04X\n",i);
|
fprintf(stderr, "WARNING : Multiple writes to memory address 0x%04X\n",i);
|
||||||
}
|
}
|
||||||
if(*(allocationBuffer + i) > 0)
|
if(*(allocationBuffer + i) > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user