Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
return int from main() (moveit#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn authored and rhaschke committed Oct 7, 2019
1 parent 166a211 commit a659d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/subframes/src/subframes_tutorial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ int main(int argc, char** argv)
std::cin >> character_input;
if (character_input == 0)
{
return true;
return 0;
}
else if (character_input == 1)
{
Expand Down Expand Up @@ -394,4 +394,4 @@ int main(int argc, char** argv)
// CALL_SUB_TUTORIAL quaternions1
// CALL_SUB_TUTORIAL quaternions2
//
// END_TUTORIAL
// END_TUTORIAL

0 comments on commit a659d1b

Please sign in to comment.