revision 1227:cf6126df0398
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 1227:cf6126df0398 |
parent | 1226:227ceb186ba7 |
child | 1228:8168aa94e6d7 |
author | nkeynes |
date | Thu Feb 23 14:59:58 2012 +1000 (11 years ago) |
mem_stream_class should be static (to avoid potential conflicts with the
real one)
real one)
1.1 --- a/src/drivers/cdrom/isomem.c Thu Feb 23 08:49:32 2012 +10001.2 +++ b/src/drivers/cdrom/isomem.c Thu Feb 23 14:59:58 2012 +10001.3 @@ -127,7 +127,7 @@1.4 free(data);1.5 }1.7 -IsoStreamIface mem_stream_class = {1.8 +static IsoStreamIface mem_stream_class = {1.9 0,1.10 "mem ",1.11 mem_open,
.