Browse Source

Fix typo

tags/v0.3.18
Martin Kroeker GitHub 4 years ago
parent
commit
2ba9a567aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/memory.c

+ 1
- 1
driver/others/memory.c View File

@@ -2283,7 +2283,7 @@ static void *alloc_mmap(void *address){
if (release_pos < NUM_BUFFERS) {
release_info[release_pos].address = map_address;
release_info[release_pos].func = alloc_mmap_free;
{ else {
} else {
new_release_info[release_pos-NUM_BUFFERS].address = map_address;
new_release_info[release_pos-NUM_BUFFERS].func = alloc_mmap_free;
}


Loading…
Cancel
Save