mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Reformat code.
This commit is contained in:
@@ -44,12 +44,12 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
void DeleteFiles(const char* path)
|
||||
{
|
||||
OSErr rc;
|
||||
Str255 str255;
|
||||
HVolumeParam hpb;
|
||||
int16_t refNum;
|
||||
int32_t dirId;
|
||||
char filename[9];
|
||||
OSErr rc;
|
||||
Str255 str255;
|
||||
HVolumeParam hpb;
|
||||
int16_t refNum;
|
||||
int32_t dirId;
|
||||
char filename[9];
|
||||
int pos;
|
||||
HParamBlockRec dirPB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user