forked from len0rd/rockbox
Windows shortcuts: remove warnings
Change-Id: I987cbf14da2f320ddbe3190b48ba5f8006d2ea3f
This commit is contained in:
parent
5c701b0280
commit
3b75f98700
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ static bool extract_link_destination(const int fd,
|
||||||
r = read_lword(fd, &size);
|
r = read_lword(fd, &size);
|
||||||
if (!r) return false;
|
if (!r) return false;
|
||||||
if (size!=0x4c) { /* header size MUST be 76 bytes */
|
if (size!=0x4c) { /* header size MUST be 76 bytes */
|
||||||
DEBUGF("unexpected header size 0x%08lx (must be 0x0000004c)\n", size);
|
DEBUGF("unexpected header size 0x%08x (must be 0x0000004c)\n", size);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue