Skip to content

Commit a04117a

Browse files
authored
Update main.c
1 parent 8e14c8f commit a04117a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,7 @@ int i, d;
24242424
fileXioSetRWBufferSize(128 * 1024);
24252425
DPRINTF("Initializing mc rpc\n");
24262426
#ifdef SUPPORT_SYSTEM_2X6
2427-
if (exist("rom0:DAEMON")) {
2427+
if (exists("rom0:DAEMON")) {
24282428
DPRINTF("found 'rom0:DAEMON', initializing XMC RPC server instead of MC\n");
24292429
mcInit(MC_TYPE_XMC);
24302430
} else {

0 commit comments

Comments
 (0)