Code style.

This commit is contained in:
2020-03-01 19:59:51 +00:00
parent 629401939d
commit df27092622
2 changed files with 13 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ void* open(const char* filepath)
{
aaruformatContext* ctx;
int errorNo;
size_t readBytes;
size_t readBytes;
long pos;
IndexHeader idxHeader;
IndexEntry* idxEntries;