diff options
Diffstat (limited to 'DcsInt/DcsInt.c')
-rw-r--r-- | DcsInt/DcsInt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DcsInt/DcsInt.c b/DcsInt/DcsInt.c index 8ece8f8..6d008cc 100644 --- a/DcsInt/DcsInt.c +++ b/DcsInt/DcsInt.c @@ -377,7 +377,7 @@ IntBlockIo_Hook( DcsIntBlockIoFirst->Next = NULL;
}
else {
- DcsIntBlockIoFirst->Next = DcsIntBlockIoFirst;
+ DcsIntBlockIo->Next = DcsIntBlockIoFirst;
DcsIntBlockIoFirst = DcsIntBlockIo;
}
|