From 862eda9d9b57e694fdf2e4f83101cef03120466b Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Sat, 14 Oct 2017 19:52:29 -0400 Subject: [PATCH] fview: fix never run-on comment --- Applications/fview/fview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/fview/fview.c b/Applications/fview/fview.c index 12982075..4a79b128 100644 --- a/Applications/fview/fview.c +++ b/Applications/fview/fview.c @@ -230,7 +230,7 @@ void bpp32( int no ){ fs_dist( e, erri ); erri++; } - *out++ = c; /* every 8 samples write c to dest + *out++ = c; /* every 8 samples write c to dest */ } } -- 2.34.1