Initialize variable to avoid compiler warning.
This commit is contained in:
parent
ca238f5c58
commit
e722be3926
|
@ -1528,7 +1528,7 @@ static Boolean OpenBabboScanner()
|
||||||
static Err OpenBCS2Scanner()
|
static Err OpenBCS2Scanner()
|
||||||
{
|
{
|
||||||
Err err;
|
Err err;
|
||||||
LocalID dbID;
|
LocalID dbID = 0;
|
||||||
|
|
||||||
// Find the loaded BCS2 library, or attempt to load it.
|
// Find the loaded BCS2 library, or attempt to load it.
|
||||||
if (SysLibFind(BCS2LibName, &gBCS2RefNum) != errNone) {
|
if (SysLibFind(BCS2LibName, &gBCS2RefNum) != errNone) {
|
||||||
|
|
Loading…
Reference in a new issue