diff sidlib.c @ 77:d14c82880141

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Jan 2016 05:26:15 +0200
parents 2b2376f1b0cc
children 4c0ecb078591
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;
     }