fix(add): removed i at eol
This commit is contained in:
@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (res == 1)
|
||||
{
|
||||
std::cerr << "[!!] The key has already been added, exiting."i
|
||||
std::cerr << "[!!] The key has already been added, exiting."
|
||||
<< std::endl;
|
||||
}
|
||||
else if (res == 2)
|
||||
|
||||
Reference in New Issue
Block a user