changeset 77:d14c82880141

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Jan 2016 05:26:15 +0200
parents ed63d30669f6
children 9fb70b7b34ff
files sidlib.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidlib.c	Fri Jan 01 05:26:04 2016 +0200
+++ b/sidlib.c	Fri Jan 01 05:26:15 2016 +0200
@@ -28,7 +28,8 @@
 
     if ((fileData = (uint8_t *) th_malloc(PSID_BUFFER_SIZE)) == NULL)
     {
-        THERR("Error allocating temporary data buffer of %d bytes.\n", PSID_BUFFER_SIZE);
+        THERR("Error allocating temporary data buffer of %d bytes.\n",
+            PSID_BUFFER_SIZE);
         goto error;
     }