Skip to content

Commit

Permalink
cpu/patinhofeio/patinho_feio.cpp: Fix missing space in printf string (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
amameuser committed Feb 12, 2024
1 parent 5a10b11 commit 089464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/cpu/patinhofeio/patinho_feio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ void patinho_feio_cpu_device::execute_instruction()
if (channel==0xE){
//TODO: Implement-me!
} else {
printf("Function 8 of the /FNC instruction can only be used with"\
printf("Function 8 of the /FNC instruction can only be used with "\
"the papertape reader device at channel /E.\n");
}
break;
Expand Down

0 comments on commit 089464f

Please sign in to comment.