aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/ver/ver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds/ver/ver.c')
-rw-r--r--src/systemcmds/ver/ver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/ver/ver.c b/src/systemcmds/ver/ver.c
index c794f5819..2ead3e632 100644
--- a/src/systemcmds/ver/ver.c
+++ b/src/systemcmds/ver/ver.c
@@ -82,8 +82,8 @@ int ver_main(int argc, char *argv[])
if (ret == 0) {
printf("ver hwcmp match: %s\n", HW_ARCH);
- return ret;
}
+ return ret;
} else {
errx(1, "Not enough arguments, try 'ver hwcmp PX4FMU_V2'");