REFACTOR [a vs an]
From /dev/humancontroller.
This commit is contained in:
parent
4bd24d3182
commit
f3e7012bdb
27 changed files with 39 additions and 39 deletions
|
@ -713,7 +713,7 @@ int Characteristic_Integer(int character, int index)
|
|||
} //end else if
|
||||
else
|
||||
{
|
||||
botimport.Print(PRT_ERROR, "characteristic %d is not a integer\n", index);
|
||||
botimport.Print(PRT_ERROR, "characteristic %d is not an integer\n", index);
|
||||
return 0;
|
||||
} //end else if
|
||||
// return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue