make mario happy

This commit is contained in:
prozessorkern 2021-01-20 21:16:53 +01:00
parent 88c33895f6
commit ded69bc1f4

View File

@ -233,7 +233,7 @@ void history_storeCmd(shellmatta_instance_t *inst)
/** -# append the command byte wise in reverse direction */ /** -# append the command byte wise in reverse direction */
for(i = inst->inputCount; i > 0u; i --) for(i = inst->inputCount; i > 0u; i --)
{ {
appendHistoryByte(inst, inst->buffer[i - 1u]); appendHistoryByte(inst, inst->buffer[i - 1u]);
} }
} }