# HG changeset patch # User Matti Hamalainen # Date 1526009215 -10800 # Node ID acb607e2c350a518b3a67830b544414255931eda # Parent 3b220604ae3c1e0828ebda87422359d1c7a8aa01 Clarify a comment. diff -r 3b220604ae3c -r acb607e2c350 tools/lib64gfx.h --- a/tools/lib64gfx.h Fri May 11 06:26:42 2018 +0300 +++ b/tools/lib64gfx.h Fri May 11 06:26:55 2018 +0300 @@ -171,7 +171,7 @@ char *name; // Format description/name size_t addr; // Loading address (0 if no loading address) - size_t size; // Size, including loading address. Only used in encoding, if even there (0 if no static size) + size_t size; // Size, including loading address. Only used in probing and encoding. int width, height; // Width and height in pixels int chWidth, chHeight; // Width and height in charblocks