From 886849e7082bf4b09880f7eb00fc30676986ea22 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Thu, 25 Jun 2015 16:53:40 +0200 Subject: [PATCH] happy now? --- examples/msg/actions/storage_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msg/actions/storage_actions.c b/examples/msg/actions/storage_actions.c index 855f96187a..17758e469d 100644 --- a/examples/msg/actions/storage_actions.c +++ b/examples/msg/actions/storage_actions.c @@ -140,5 +140,5 @@ int main(int argc, char *argv[]) { /* Explicit finalization of the action module is required now*/ MSG_action_exit(); - return !!MSG_OK; + return !!res; } /* end_of_main */ -- 2.20.1