changeset 951:ad97fd1524be

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Nov 2012 21:21:15 +0200
parents 0c909510e33d
children abbf089b119d
files src/xs_length.c
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_length.c	Mon Nov 19 23:44:53 2012 +0200
+++ b/src/xs_length.c	Tue Nov 20 21:21:15 2012 +0200
@@ -346,15 +346,15 @@
 typedef struct
 {
     gchar magicID[4];    /* "PSID" / "RSID" magic identifier */
-    guint16 version,    /* Version number */
-        dataOffset,    /* Start of actual c64 data in file */
-        loadAddress,    /* Loading address */
-        initAddress,    /* Initialization address */
-        playAddress,    /* Play one frame */
-        nSongs,        /* Number of subsongs */
-        startSong;    /* Default starting song */
-    guint32 speed;        /* Speed */
-    gchar sidName[32];    /* Descriptive text-fields, ASCIIZ */
+    guint16 version,     /* Version number */
+        dataOffset,      /* Start of actual c64 data in file */
+        loadAddress,     /* Loading address */
+        initAddress,     /* Initialization address */
+        playAddress,     /* Play one frame */
+        nSongs,          /* Number of subsongs */
+        startSong;       /* Default starting song */
+    guint32 speed;       /* Speed */
+    gchar sidName[32];   /* Descriptive text-fields, ASCIIZ */
     gchar sidAuthor[32];
     gchar sidCopyright[32];
 } psidv1_header_t;