Skip to content

Commit 586784c

Browse files
authored
Merge pull request #828 from israpps/patch-27
Invert condition for ACMEME status on init
2 parents dd7c4f5 + 1e48f48 commit 586784c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iop/arcade/acmeme/src/meme.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ int acMemeModuleStart(int argc, char **argv)
518518
int v14;
519519
char *next;
520520

521-
if ( acMemeModuleStatus() == 0 )
521+
if ( acMemeModuleStatus() != 0 )
522522
{
523523
return -16;
524524
}

0 commit comments

Comments
 (0)