diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-06 23:38:13 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-06 23:38:13 -0800 |
commit | 408a3e04362d626778640dd0ce7d356d3863de53 (patch) | |
tree | a669232b931ab0c5943e34e57d602e6d95ec8b85 | |
parent | e991f52276248fa08d96fbecc458bc478e98d299 (diff) |
altos: Mark end of available flight list with 'done' to make the UI
code easier to write
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/ao_log.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |