mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 21:51:48 +00:00
"reeeee indent"
thanks asp for spotting
This commit is contained in:
parent
f9cf371cf9
commit
b0f2ce4211
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ void addobject(char* name, int spot, u8 attribs){
|
||||||
fsreader_files[spot].property |= (1 << (4 + sizes));
|
fsreader_files[spot].property |= (1 << (4 + sizes));
|
||||||
fsreader_files[spot].storage = size;
|
fsreader_files[spot].storage = size;
|
||||||
*/
|
*/
|
||||||
fsreader_files[spot].storage = 0;
|
fsreader_files[spot].storage = 0;
|
||||||
fsreader_files[spot].property = ISNULL;
|
fsreader_files[spot].property = ISNULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (attribs & AM_ARC)
|
if (attribs & AM_ARC)
|
||||||
|
|
Loading…
Reference in a new issue