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