From b0642f8d32b3a2ec509b49d74832d651d5e0cf01 Mon Sep 17 00:00:00 2001 From: Ban Siesta Date: Sun, 28 Jun 2015 15:24:48 +0100 Subject: [PATCH] land_detector: shut up if started correctly --- src/modules/land_detector/land_detector_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/land_detector/land_detector_main.cpp b/src/modules/land_detector/land_detector_main.cpp index 58753d5ca7..34355c6b11 100644 --- a/src/modules/land_detector/land_detector_main.cpp +++ b/src/modules/land_detector/land_detector_main.cpp @@ -196,6 +196,7 @@ int land_detector_main(int argc, char *argv[]) warnx("land_detector start failed"); return 1; } + return 0; } if (!strcmp(argv[1], "stop")) {