Skip to content

Commit 96e8702

Browse files
committed
fix: error: redeclaration of 'bool ret'
1 parent a34fadc commit 96e8702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ bool cPluginMcli::Initialize (void)
10681068
return false;
10691069
};
10701070

1071-
bool ret = InitMcli();
1071+
ret = InitMcli();
10721072
if (!ret) {
10731073
esyslog ("mcli::%s: InitMcli failed", __FUNCTION__);
10741074
return false;

0 commit comments

Comments
 (0)