From: Keith Packard Date: Fri, 7 Jan 2011 07:38:13 +0000 (-0800) Subject: altos: Mark end of available flight list with 'done' to make the UI X-Git-Tag: debian/0.8.1+18+g408a3e0~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=408a3e04362d626778640dd0ce7d356d3863de53 altos: Mark end of available flight list with 'done' to make the UI code easier to write Signed-off-by: Keith Packard --- 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