Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Jan 25, 2022
1 parent 0895a0c commit 5142573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AddGeneName.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ int main( int argc, char *argv[] )

if ( argc < 3 )
{
fprintf( stderr, "%s", usage ) ;
fprintf( stderr, "%s\n", usage ) ;
exit( 1 ) ;
}

Expand Down

0 comments on commit 5142573

Please sign in to comment.