changeset 2379:7011e11dad9a

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 13:08:06 +0200
parents 5ea616925849
children 89cb93184175
files tools/lib64util.h
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64util.h	Wed Jan 08 13:04:03 2020 +0200
+++ b/tools/lib64util.h	Wed Jan 08 13:08:06 2020 +0200
@@ -15,12 +15,15 @@
 #endif
 
 
-// Define default character ROM path
+// Default character file ROM path, if not defined yet
 #ifndef DM_DEF_CHARGEN
-#define DM_DEF_CHARGEN "/usr/local/lib64/vice/C64/chargen"
+#define DM_DEF_CHARGEN   "/usr/local/lib64/vice/C64/chargen"
 #endif
 
 
+//
+// Functions
+//
 char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type, const BOOL lng);
 void      dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt, const char *indent);