comparison src/xs_backend.c @ 935:6f53d0405d58

Oops, we should return TRUE if we are successful. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 17:40:52 +0200
parents 4c6c5247de7d
children
comparison
equal deleted inserted replaced
934:1b346fa44c05 935:6f53d0405d58
127 xs_error("ROM image %s '%s%s' size does not match: %d != %d\n", 127 xs_error("ROM image %s '%s%s' size does not match: %d != %d\n",
128 rom->name, xs_cfg.romPath, rom->filename, 128 rom->name, xs_cfg.romPath, rom->filename,
129 size, rom->size); 129 size, rom->size);
130 return FALSE; 130 return FALSE;
131 } 131 }
132
133 return TRUE;
132 } 134 }
133 135
134 136
135 void xs_free_rom_images(guint8 **roms) 137 void xs_free_rom_images(guint8 **roms)
136 { 138 {