Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Feb 17, 2024
1 parent 85deae6 commit 895627d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/services/storage/storages/storage_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ static FS_Error storage_int_common_remove(void* ctx, const char* path) {
return storage_int_parse_error(result);
}

static FS_Error storage_int_common_rename(void* ctx, const char* old, const char* new) { // FIXME
static FS_Error storage_int_common_rename(void* ctx, const char* old, const char* new) {
StorageData* storage = ctx;
lfs_t* lfs = lfs_get_from_storage(storage);
int result = lfs_rename(lfs, old, new);
Expand Down

0 comments on commit 895627d

Please sign in to comment.