Skip to content

Commit

Permalink
Merge pull request #87 from mgoral/patch-1
Browse files Browse the repository at this point in the history
Fix no return value warning
  • Loading branch information
ReimuNotMoe authored Jan 3, 2021
2 parents 55f8e8d + c1d5202 commit e33e16e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/Recorder/Recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ int Recorder::Exec(int argc, const char **argv) {
} else if (mode == 3) {
do_display();
}

return argc;
}


Expand Down

0 comments on commit e33e16e

Please sign in to comment.