aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/test_timed_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/examples/test_timed_commands.cpp')
-rw-r--r--host/examples/test_timed_commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/test_timed_commands.cpp b/host/examples/test_timed_commands.cpp
index 34c83dfd6..cecf1607c 100644
--- a/host/examples/test_timed_commands.cpp
+++ b/host/examples/test_timed_commands.cpp
@@ -125,5 +125,5 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){
//finished
std::cout << std::endl << "Done!" << std::endl << std::endl;
- return 0;
+ return EXIT_SUCCESS;
}