Skip to content

Commit

Permalink
avoid compiler warning/error
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Oct 14, 2021
1 parent 9366257 commit 3e1c593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CmdMessenger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ char* CmdMessenger::readStringArg()
return current;
}
ArgOk = false;
return '\0';
return NULL; // '\0';
}

/**
Expand Down

0 comments on commit 3e1c593

Please sign in to comment.