mirror of
https://github.com/libAthena/athena.git
synced 2025-12-10 14:07:44 +00:00
* Fix styling
This commit is contained in:
@@ -30,7 +30,7 @@ atUint8* reverse(atUint8* data, atUint32 length)
|
||||
atUint32 a = 0;
|
||||
atUint32 swap;
|
||||
|
||||
for (;a<--length; a++)
|
||||
for (; a < --length; a++)
|
||||
{
|
||||
swap = data[a];
|
||||
data[a] = data[length];
|
||||
|
||||
Reference in New Issue
Block a user