SLUDGE: code formatting for **
This commit is contained in:
parent
38262ad630
commit
9d349e794e
14 changed files with 26 additions and 26 deletions
|
@ -555,7 +555,7 @@ variable *stackGetByIndex(variableStack *vS, uint theIndex) {
|
|||
}
|
||||
|
||||
int deleteVarFromStack(const variable &va, variableStack *&thisStack, bool allOfEm) {
|
||||
variableStack * * huntVar = &thisStack;
|
||||
variableStack **huntVar = &thisStack;
|
||||
variableStack *killMe;
|
||||
int reply = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue