Skip to content

Commit

Permalink
Remove debug abort() left in by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoropoff committed Oct 1, 2017
1 parent 8b4fd58 commit 96c3d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libretro-common/streams/chd_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ ssize_t chdstream_read(chdstream_t *stream, void *data, size_t bytes)

if (!chdstream_load_hunk(stream, hunk))
{
abort();
return -1;
}
memcpy(out + data_offset,
Expand Down

0 comments on commit 96c3d6c

Please sign in to comment.