# HG changeset patch # User Matti Hamalainen # Date 1568618097 -10800 # Node ID b57517a01960159636db1ab036252fa8bec08557 # Parent c8c58147e6e538bac3a7e1cb246682f854b6a5fa Cosmetics. diff -r c8c58147e6e5 -r b57517a01960 tools/lib64gfx.c --- a/tools/lib64gfx.c Mon Sep 09 11:22:18 2019 +0300 +++ b/tools/lib64gfx.c Mon Sep 16 10:14:57 2019 +0300 @@ -1013,7 +1013,8 @@ return dmError(DMERR_MALLOC, "Could not allocate '%s' block! " "op #%d, offs=%d ($%04x), bank=%d, size=%d ($%04x) @ %d ($%04x)\n", - subjname, i, op->offs, op->offs, op->bank, op->blkoffs + size, op->blkoffs + size, buf->len, buf->len); + subjname, i, op->offs, op->offs, op->bank, + op->blkoffs + size, op->blkoffs + size, buf->len, buf->len); } switch (op->type) { @@ -1041,7 +1042,8 @@ return dmError(DMERR_INTERNAL, "Unhandled op type %s in " "op #%d, offs=%d ($%04x), bank=%d, size=%d ($%04x) @ %d ($%04x)\n", - dmC64GetOpType(op->type), i, op->offs, op->offs, op->bank, size, size, buf->len, buf->len); + dmC64GetOpType(op->type), i, op->offs, op->offs, op->bank, + size, size, buf->len, buf->len); } break; @@ -1075,7 +1077,8 @@ return dmError(DMERR_INTERNAL, "Unhandled op type %s in " "op #%d, offs=%d ($%04x), bank=%d, size=%d ($%04x) @ %d ($%04x)\n", - dmC64GetOpType(op->type), i, op->offs, op->offs, op->bank, size, size, buf->len, buf->len); + dmC64GetOpType(op->type), i, op->offs, op->offs, + op->bank, size, size, buf->len, buf->len); } switch (op->subject) {