mirror of
https://github.com/cahirwpz/libnix.git
synced 2025-12-08 14:58:56 +00:00
Fix reference to device initialization routine.
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
@ -216,7 +216,7 @@ static const APTR InitTab[4] = {
|
|||||||
(APTR)sizeof(struct libBase),
|
(APTR)sizeof(struct libBase),
|
||||||
(APTR)&__FuncTable__[1],
|
(APTR)&__FuncTable__[1],
|
||||||
(APTR)NULL,
|
(APTR)NULL,
|
||||||
(APTR)&LibInit
|
(APTR)&DevInit
|
||||||
};
|
};
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user