altos: Mark end of available flight list with 'done' to make the UI
authorKeith Packard <keithp@keithp.com>
Fri, 7 Jan 2011 07:38:13 +0000 (23:38 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 7 Jan 2011 07:38:13 +0000 (23:38 -0800)
code easier to write

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_log.c

index 00bb46d32369781b9b9bd15c0996a3e71ab6d745..21d0bc34419fa96f883a9d7eefac0946e5addad1 100644 (file)
@@ -320,6 +320,7 @@ ao_log_list(void) __reentrant
                if (flight)
                        printf ("Flight %d\n", flight);
        }
+       printf ("done\n");
 }
 
 void