remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:05:10 +02:00
parent c317319d09
commit eb8490f13a
9 changed files with 22 additions and 22 deletions

View File

@@ -36,7 +36,7 @@ Here is a small traditional Hello World program for the Atari Lynx.
<tscreen><verb>
#include <lynx.h>
#include <tgi.h>
#include <6502.h>
#include <6502.h>
void main(void) {
tgi_install(tgi_static_stddrv);