From 8057dc67cb11c865cb5daf2142fbef35631e7c6d Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 16 Sep 2013 02:26:43 +0200 Subject: Replaced atari_treeview wrapper with a new one (removed all modules which used the old tree API) --- atari/plot/fontplot.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'atari/plot') diff --git a/atari/plot/fontplot.c b/atari/plot/fontplot.c index ebc768703..a33dd1f9a 100644 --- a/atari/plot/fontplot.c +++ b/atari/plot/fontplot.c @@ -36,10 +36,8 @@ void dump_font_drivers(void) { int i = 0; while( font_driver_table[i].name != NULL ) { - printf("%s -> flags: %d\n", - font_driver_table[i].name, - font_driver_table[i].flags - ); + printf("%s -> flags: %d\n", font_driver_table[i].name, + font_driver_table[i].flags); i++; } } -- cgit v1.2.3