From 408a3e04362d626778640dd0ce7d356d3863de53 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 6 Jan 2011 23:38:13 -0800 Subject: [PATCH] altos: Mark end of available flight list with 'done' to make the UI code easier to write Signed-off-by: Keith Packard --- src/ao_log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ao_log.c b/src/ao_log.c index 00bb46d3..21d0bc34 100644 --- a/src/ao_log.c +++ b/src/ao_log.c @@ -320,6 +320,7 @@ ao_log_list(void) __reentrant if (flight) printf ("Flight %d\n", flight); } + printf ("done\n"); } void -- 2.30.2