Skip to content

Commit

Permalink
fixed double braces on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelwiss committed Aug 14, 2024
1 parent 7738a3d commit 27df331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,4 +847,5 @@ size_t retro_get_memory_size(unsigned id) {
case SYSTEM_GBA: return retro_gba_get_memory_size(id);
case SYSTEM_NDS: return retro_nds_get_memory_size(id);
default: return 0;
}}
}
}

0 comments on commit 27df331

Please sign in to comment.