Fix reference to device initialization routine.

This commit is contained in:
Krystian Bacławski 2015-09-09 09:19:29 +02:00
parent fc3531a19c
commit b52958380d
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*~
.DS_Store

View File

@ -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
}; };
/******************************************************************************/ /******************************************************************************/