Search
lxdream.org :: lxdream :: r1227:cf6126df0398
lxdream 0.9.1
released Jun 29
Download Now
changeset1227:cf6126df0398
parent1226:227ceb186ba7
child1228:8168aa94e6d7
authornkeynes
dateThu Feb 23 14:59:58 2012 +1000 (11 years ago)
mem_stream_class should be static (to avoid potential conflicts with the
real one)
src/drivers/cdrom/isomem.c
1.1 --- a/src/drivers/cdrom/isomem.c Thu Feb 23 08:49:32 2012 +1000
1.2 +++ b/src/drivers/cdrom/isomem.c Thu Feb 23 14:59:58 2012 +1000
1.3 @@ -127,7 +127,7 @@
1.4 free(data);
1.5 }
1.6
1.7 -IsoStreamIface mem_stream_class = {
1.8 +static IsoStreamIface mem_stream_class = {
1.9 0,
1.10 "mem ",
1.11 mem_open,
.