comparison minijss/jloadjss.c @ 1817:ca9fe688ab6b

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Jun 2018 19:42:18 +0300
parents dcb5c16ecdb9
children 40ccc09f09be
comparison
equal deleted inserted replaced
1816:8d7b424197bc 1817:ca9fe688ab6b
514 { 514 {
515 JSSERROR(DMERR_FREAD, DMERR_FREAD, 515 JSSERROR(DMERR_FREAD, DMERR_FREAD,
516 "Failed to read ext.instrument #%d header.\n", 516 "Failed to read ext.instrument #%d header.\n",
517 index); 517 index);
518 } 518 }
519 519
520 // Allocate instrument 520 // Allocate instrument
521 einst = module->extInstruments[index] = jssAllocateExtInstrument(); 521 einst = module->extInstruments[index] = jssAllocateExtInstrument();
522 if (einst == NULL) 522 if (einst == NULL)
523 { 523 {
524 JSSERROR(DMERR_MALLOC, DMERR_MALLOC, 524 JSSERROR(DMERR_MALLOC, DMERR_MALLOC,