changeset 144:6418286a7e4c

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Jun 2017 01:26:57 +0300
parents e481947fd051
children 3cc3bea20157
files sidinfo.c sidlib.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Tue Jun 13 01:24:38 2017 +0300
+++ b/sidinfo.c	Tue Jun 13 01:26:57 2017 +0300
@@ -13,7 +13,7 @@
 
 
 // Some constants
-#define SET_DEF_CHARSET "utf-8"
+#define SET_DEF_CHARSET   "utf-8"
 #define SET_SLDB_FILENAME "Songlengths.txt"
 
 
--- a/sidlib.h	Tue Jun 13 01:24:38 2017 +0300
+++ b/sidlib.h	Tue Jun 13 01:26:57 2017 +0300
@@ -55,7 +55,7 @@
     char *sidAuthor;
     char *sidCopyright;
 
-    // PSIDv2 data
+    // PSIDv2+ data
     uint16_t flags;      // Flags
     uint8_t  startPage, pageLength;
     uint8_t  sid2Addr, sid3Addr;