changeset 1495:acb607e2c350

Clarify a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 06:26:55 +0300
parents 3b220604ae3c
children 5c46004dad15
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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