Skip to content

Commit

Permalink
make cppcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
frostmorn committed Mar 24, 2024
1 parent 005785d commit 8810400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/keira/src/apps/nes/osd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ int osd_init_sound() {
audio_callback = 0;
return OSD_OK;
#endif

return OSD_INIT_FAILED;
}

void osd_stopsound() {
Expand Down

0 comments on commit 8810400

Please sign in to comment.