Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move return so that switch has default case
When a project using docopt.cpp is built with `-Werror=switch-default` option, there's an error ``` error: switch missing default case [-Werror=switch-default] ``` which this fixes. Signed-off-by: Eero Aaltonen <[email protected]>
- Loading branch information