* [B.A.T.M.A.N.] [PATCH] alfred: vis: Add missing return for vis_server
@ 2016-11-01 12:17 Sven Eckelmann
2016-11-01 15:00 ` Simon Wunderlich
0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2016-11-01 12:17 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
vis/vis.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/vis/vis.c b/vis/vis.c
index 51d7f5c..22e052b 100644
--- a/vis/vis.c
+++ b/vis/vis.c
@@ -1139,6 +1139,8 @@ static int vis_server(struct globals *globals)
vis_update_data(globals);
sleep(UPDATE_INTERVAL);
}
+
+ return 0;
}
int main(int argc, char *argv[])
--
2.10.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-01 15:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-01 12:17 [B.A.T.M.A.N.] [PATCH] alfred: vis: Add missing return for vis_server Sven Eckelmann
2016-11-01 15:00 ` Simon Wunderlich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox