aboutsummaryrefslogtreecommitdiff
path: root/mktpl/README
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-22 02:11:50 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-22 02:11:50 +0200
commit1e0433c9df062ead21d0f46b15d088622b7d5c4f (patch)
treecc894172ca7deae5d835aea8f313da3aab1e2915 /mktpl/README
parent3ea978c60ee03dba2cb883ba18d3b334cfbf6cd0 (diff)
downloadcforum-1e0433c9df062ead21d0f46b15d088622b7d5c4f.tar.gz
Log in, log outHEADmaster
Diffstat (limited to 'mktpl/README')
-rw-r--r--mktpl/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/mktpl/README b/mktpl/README
index 85a2fe3..cb50a6e 100644
--- a/mktpl/README
+++ b/mktpl/README
@@ -20,7 +20,7 @@ is compiled to the following C code:
/* This C code will be executed. */
for(i = 0; i<10; i++) printf("Hello World!\n");
strcpy(s, "This");
-
+
printf("\n");
printf("%s", s );
printf(" will be evaluated and printed as a string.");