Commit a47e773b authored by mullers's avatar mullers
Browse files

, group zeroedIntegers:

const UInt2   c_uInt3Zero := 0;
const UInt2   c_uInt4Zero := 0;
const UInt2   c_uInt5Zero := 0;
const UInt2   c_uInt6Zero := 0;

Should be:

const UInt3   c_uInt3Zero := 0;
const UInt4   c_uInt4Zero := 0;
const UInt5   c_uInt5Zero := 0;
const UInt6   c_uInt6Zero := 0;
parent 395fa6bf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment