mirror of
https://github.com/cahirwpz/libnix.git
synced 2025-11-19 07:50:28 +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)&__FuncTable__[1],
|
||||
(APTR)NULL,
|
||||
(APTR)&LibInit
|
||||
(APTR)&DevInit
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user