mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 18:31:37 +00:00
GLK: ALAN3: Fix warning
This commit is contained in:
parent
7a45dfe6be
commit
0084e7f80b
@ -54,18 +54,15 @@ Breakpoint breakpoint[BREAKPOINTMAX];
|
||||
/*----------------------------------------------------------------------*/
|
||||
static void showAttributes(AttributeEntry *attrib) {
|
||||
AttributeEntry *at;
|
||||
int i;
|
||||
char str[80];
|
||||
|
||||
if (attrib == nullptr)
|
||||
return;
|
||||
|
||||
i = 1;
|
||||
for (at = attrib; !isEndOfArray(at); at++) {
|
||||
Common::sprintf_s(str, "$i$t%s[%d] = %d", (char *) pointerTo(at->id), at->code, (int)at->value);
|
||||
|
||||
output(str);
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user