mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 03:12:15 +02:00
Remove extraneous newline
This commit is contained in:
parent
a2d4699f1f
commit
79e6334c8d
@ -204,7 +204,6 @@ Result fsFsGetTotalSpace(FsFileSystem* fs, const char* path, u64* out);
|
|||||||
Result fsFsCleanDirectoryRecursively(FsFileSystem* fs, const char* path);
|
Result fsFsCleanDirectoryRecursively(FsFileSystem* fs, const char* path);
|
||||||
Result fsFsQueryEntry(FsFileSystem* fs, void *out, size_t out_size, const void *in, size_t in_size, const char* path, FsFileSystemQueryType query_type);
|
Result fsFsQueryEntry(FsFileSystem* fs, void *out, size_t out_size, const void *in, size_t in_size, const char* path, FsFileSystemQueryType query_type);
|
||||||
Result fsFsSetArchiveBit(FsFileSystem* fs, const char *path);
|
Result fsFsSetArchiveBit(FsFileSystem* fs, const char *path);
|
||||||
|
|
||||||
void fsFsClose(FsFileSystem* fs);
|
void fsFsClose(FsFileSystem* fs);
|
||||||
|
|
||||||
// IFile
|
// IFile
|
||||||
|
Loading…
Reference in New Issue
Block a user