[PATCH 4/6] shgen: Fix warnings

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Jun 7 05:39:05 UTC 2018


Update #3443.
---
 misc/shgen/sci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/shgen/sci.c b/misc/shgen/sci.c
index 2b68612..3a093c0 100644
--- a/misc/shgen/sci.c
+++ b/misc/shgen/sci.c
@@ -138,7 +138,7 @@ int shgen_gensci(
 
     if ( i > 0 )
       fprintf( file, ",\n" );
-      fprintf( file, "  { %1d, %3d, %d } /* %+7.2f%% ; B%d ",
+    fprintf( file, "  { %1d, %3d, %d } /* %+7.2f%% ; B%d ",
       best->n,
       best->N,
       best->B,
-- 
2.13.7



More information about the devel mailing list