diff --git a/test/float/softfloat/timesoftfloat.c b/test/float/softfloat/timesoftfloat.c index 9fdf42cc9..af915c892 100644 --- a/test/float/softfloat/timesoftfloat.c +++ b/test/float/softfloat/timesoftfloat.c @@ -1038,7 +1038,7 @@ main( int argc, char **argv ) else { for ( functionCode = 1; functionCode < NUM_FUNCTIONS; - ++functionCode + ++functionCode ) { if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) { break;