summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-01-06 23:38:13 -0800
committerKeith Packard <keithp@keithp.com>2011-01-06 23:38:13 -0800
commit408a3e04362d626778640dd0ce7d356d3863de53 (patch)
treea669232b931ab0c5943e34e57d602e6d95ec8b85
parente991f52276248fa08d96fbecc458bc478e98d299 (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.c1
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