Prevent indention level from rolling over to maximum
Previous programming errors could lead to unexpectingly high level numbers as an unsigned 0 might get decremented. With this commit we never decrement 0.
Previous programming errors could lead to unexpectingly high level numbers as an unsigned 0 might get decremented. With this commit we never decrement 0.