1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +00:00
This commit is contained in:
mrdudz 2022-11-09 02:50:54 +01:00
parent f55b9ce37e
commit c5728626b0

View File

@ -1038,7 +1038,7 @@ main( int argc, char **argv )
else { else {
for ( functionCode = 1; for ( functionCode = 1;
functionCode < NUM_FUNCTIONS; functionCode < NUM_FUNCTIONS;
++functionCode ++functionCode
) { ) {
if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) { if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) {
break; break;