Add a very simple patch to enforce usage of 'unsigned int' instead of just 'unsigned' for the consistency through the whole source code.
6 lines
33 B
Plaintext
6 lines
33 B
Plaintext
@@
|
|
@@
|
|
|
|
- unsigned
|
|
+ unsigned int
|