Skip to content

Commit

Permalink
Fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trufanov-nok authored Sep 20, 2022
1 parent 400eed5 commit be7a452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/gen_code/gen_code.c
Original file line number Diff line number Diff line change
Expand Up @@ -3613,9 +3613,9 @@ static void printFuncHeaderDoc( FILE *out,
int first;

fprintf( out, "%sTA_%s - %s\n", prefix, funcInfo->name, funcInfo->hint );
fprintf( out, prefix );
fprintf( out, "%s\n", prefix );


fprintf( out, "\n" );
fprintf( out, "%sInput = ", prefix );
for( paramNb=0; paramNb < funcInfo->nbInput; paramNb++ )
{
Expand Down

0 comments on commit be7a452

Please sign in to comment.