Skip to content

Commit

Permalink
add missing return.
Browse files Browse the repository at this point in the history
  • Loading branch information
chwon64 committed Dec 7, 2018
1 parent 754f4bd commit 71d45d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Catena_Fram_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ McciCatena::cFram::addCommands()
CatenaBase::pCatenaBase->addCommands(
sDispatch, static_cast<void *>(this)
);
return true;
}

/****************************************************************************\
Expand Down

0 comments on commit 71d45d0

Please sign in to comment.