Remove obsolete warning.

This commit is contained in:
px4dev
2012-10-11 00:23:13 -07:00
parent 674b655236
commit d62ec78ab8
+1 -1
View File
@@ -141,7 +141,7 @@ do_import(void)
static void
do_show(void)
{
printf(" + = saved, * = unsaved (warning, floating-point values are often printed with the decimal point wrong)\n");
printf(" + = saved, * = unsaved\n");
param_foreach(do_show_print, NULL, false);
exit(0);