Skip to content

Commit

Permalink
Source code comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Oct 3, 2024
1 parent 4ea14f3 commit bd8ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/test-Z80.c
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ int main(int argc, char **argv)
}

/*-----------------------------------------------.
| If the "-a" option has been specified, run all |
| If the `-a` option has been specified, run all |
| tests except those that have already been run. |
'===============================================*/
if (all) for (i = 0; i < (int)Z_ARRAY_SIZE(tests); i++)
Expand Down

0 comments on commit bd8ca47

Please sign in to comment.