# HG changeset patch # User Matti Hamalainen # Date 1451618775 -7200 # Node ID d14c8288014181e9388886fb1b032a301deba889 # Parent ed63d30669f61612a71868e35a0420a73ed27e8a Cosmetic. diff -r ed63d30669f6 -r d14c82880141 sidlib.c --- 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; }