Skip to content

Commit 2ba9a56

Browse files
authored
Fix typo
1 parent b4b952e commit 2ba9a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver/others/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ static void *alloc_mmap(void *address){
22832283
if (release_pos < NUM_BUFFERS) {
22842284
release_info[release_pos].address = map_address;
22852285
release_info[release_pos].func = alloc_mmap_free;
2286-
{ else {
2286+
} else {
22872287
new_release_info[release_pos-NUM_BUFFERS].address = map_address;
22882288
new_release_info[release_pos-NUM_BUFFERS].func = alloc_mmap_free;
22892289
}

0 commit comments

Comments
 (0)